Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #33. fixed #34. python interpreter should clean up after itself ↵ | bloodstalker | 2018-05-18 | 1 | -2/+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. | ||||
* | fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ↵ | bloodstalker | 2018-04-30 | 1 | -0/+2 |
| | | | | new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running. | ||||
* | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 2018-04-27 | 1 | -1/+1 |
| | | | | ramdump. i just need to write a luawrapper. | ||||
* | the jmp table is working now. you get member set and get methods, and an ↵ | bloodstalker | 2018-03-04 | 1 | -4/+7 |
| | | | | iterator. you can demo2 in the lua scripts folder for a test. | ||||
* | wip-the lua syntax is not what i want to be yet and im having trouble with ↵ | bloodstalker | 2018-03-04 | 1 | -2/+28 |
| | | | | the JMP_S_T pointers | ||||
* | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 1 | -4/+4 |
| | |||||
* | some fixes for the jump table lua module | bloodstalker | 2018-03-01 | 1 | -28/+13 |
| | |||||
* | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 2018-03-01 | 1 | -0/+89 |
implementation |