Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | load.py is now imported bt another python module, should cut down on startup ↵ | bloodstalker | 2018-05-25 | 1 | -1/+4 |
| | | | | time. added the WASM linking structures to dwasm. i can start working on the linker as soon as i get some tests. | ||||
* | wip:added a wasm backend. i need to setup an interface with the main c++ ↵ | bloodstalker | 2018-05-20 | 1 | -1/+1 |
| | | | | code. added some commands to bruiser for managing xobj memories | ||||
* | fixes #33. fixed #34. python interpreter should clean up after itself ↵ | bloodstalker | 2018-05-18 | 1 | -15/+43 |
| | | | | properly so maybe #32 is also sovled but i need more time to know. the stack usage for lua has been reduced so larger number of xobjs are fine now. general cleanup for executioner and bruiser. added a note regarding running obfuscators test. lua no longer needs libreadline to build. bfds test no longer needs libbfd to build. | ||||
* | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 2018-04-27 | 1 | -6/+39 |
| | | | | ramdump. i just need to write a luawrapper. | ||||
* | two more options for load.py. also fixed the default lua script for bruiser. ↵ | bloodstalker | 2018-04-21 | 1 | -0/+8 |
| | | | | now it works for everyone if luarocks is in path. | ||||
* | added some more cli options to load.py. added a new test file for bruiser to ↵ | bloodstalker | 2018-04-08 | 1 | -9/+117 |
| | | | | see how it fares against bigger files. | ||||
* | added some more features, a lil bit closer to getting the nested function ↵ | bloodstalker | 2018-04-05 | 1 | -0/+93 |
| | | | | calls right | ||||
* | some fixes | bloodstalker | 2018-03-19 | 1 | -69/+105 |
| | |||||
* | added a lua module for asmrewriter, will soon add docs. you can try the new ↵ | bloodstalker | 2018-03-12 | 1 | -89/+127 |
| | | | | module by running asmtest.lua or demo2.lua did some cosmetic fixes to load bfd so it doesnt suck as hard when you get dumps | ||||
* | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 2018-03-01 | 1 | -0/+26 |
| | | | | implementation | ||||
* | bruiser will now run a lua script before startup so now you can easily use ↵ | bloodstalker | 2018-02-24 | 1 | -24/+37 |
| | | | | your lua rocks from inside bruiser. added a new demo using bruisers xobj module. added a new bruiser option for the default lua script to run prior to bruiser startup. updated the readme for bruiser. | ||||
* | added some elf stuff plus leb128 encode decode functions | bloodstalker | 2018-02-18 | 1 | -5/+234 |
| | |||||
* | trying to implement the nested call and global object rewriters | bloodstalker | 2018-02-17 | 1 | -2/+67 |
| | |||||
* | 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵ | bloodstalker | 2018-02-11 | 1 | -0/+1 |
| | | | | here and there | ||||
* | update [ci skip] | bloodstalker | 2018-02-01 | 1 | -2/+37 |
| | |||||
* | update | bloodstalker | 2018-01-20 | 1 | -0/+35 |
| | |||||
* | load.py now loads all objects and functions along with names to c++. next is ↵ | bloodstalker | 2018-01-02 | 1 | -32/+72 |
| | | | | getting them to lua. | ||||
* | bruiser gets the function code and name from bfd now. besides that minor ↵ | bloodstalker | 2017-12-30 | 1 | -4/+43 |
| | | | | changes here and there. | ||||
* | load.py recognized function entries correctly now. minor fixes and updates. | bloodstalker | 2017-12-29 | 1 | -18/+112 |
| | |||||
* | forgot the test header for obfuscator [ci skip] | bloodstalker | 2017-12-16 | 1 | -1/+0 |
| | |||||
* | obfuscator doesnt mess up var declations with init values, python driver has ↵ | bloodstalker | 2017-12-06 | 1 | -116/+216 |
| | | | | been updated, not finished yet, bruiser now gets the objects from load.py, executioner will handle running the objects and registering them with lua | ||||
* | added obfuscator, some minor changes made to load.py so it would be easier ↵ | bloodstalker | 2017-11-11 | 1 | -4/+5 |
| | | | | to call python scripts from lua, general changes for a new project | ||||
* | now you can run load.py from bruiser. | bloodstalker | 2017-11-05 | 1 | -23/+57 |
| | |||||
* | updateds | bloodstalker | 2017-10-26 | 1 | -5/+57 |
| | |||||
* | now i can get the symbol names, next thing is to load the object code up in ↵ | bloodstalker | 2017-10-29 | 1 | -8/+105 |
| | | | | bruiser... | ||||
* | palying around with executbales and sos | bloodstalker | 2017-10-28 | 1 | -0/+260 |