Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-05-18 | fixes #33. fixed #34. python interpreter should clean up after itself ↵ | bloodstalker | 1 | -0/+2 | |
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. | |||||
2018-04-27 | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 1 | -1/+1 | |
ramdump. i just need to write a luawrapper. | |||||
2018-03-01 | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 1 | -1/+2 | |
implementation | |||||
2018-02-17 | trying to implement the nested call and global object rewriters | bloodstalker | 1 | -33/+0 | |
2018-02-11 | travis fix | bloodstalker | 1 | -2/+4 | |
2018-02-11 | 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵ | bloodstalker | 1 | -2/+34 | |
here and there | |||||
2018-02-01 | removed capstone for the time being | bloodstalker | 1 | -1/+1 | |
2018-02-01 | update | bloodstalker | 1 | -9/+10 | |
2018-01-26 | fixed string type for xobjs, also xcall can now call functions by name as well | bloodstalker | 1 | -2/+10 | |
2018-01-22 | fixed some issues with the way bruiser handled integers, added some initial ↵ | bloodstalker | 1 | -6/+16 | |
tests. | |||||
2018-01-21 | xobj handling for int types and pointers is done.next is structs,unoins and ↵ | bloodstalker | 1 | -13/+106 | |
adding docs. you can try running demo1.lua under lua-scripts for a demo | |||||
2018-01-20 | WIP.using libffi for calling xobjects now. | bloodstalker | 1 | -0/+101 | |