Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wip, working on fixing the setters, need to test all of them to see if they ↵ | bloodstalker | 2018-10-03 | 1 | -0/+1 |
| | | | | are working.some of them are working now. | ||||
* | still WIP | bloodstalker | 2018-09-18 | 1 | -1/+1 |
| | |||||
* | begenning to integrate and test both the codegens. run git pull for ↵ | bloodstalker | 2018-09-10 | 1 | -1/+3 |
| | | | | faultreiber and tablegen. | ||||
* | jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is ↵ | bloodstalker | 2018-09-08 | 1 | -0/+13 |
| | | | | supposed to be luarocks-friendly so i wont remove the compatibility build. | ||||
* | fixes #33. fixed #34. python interpreter should clean up after itself ↵ | bloodstalker | 2018-05-18 | 1 | -1/+3 |
| | | | | 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 | -1/+1 |
| | | | | ramdump. i just need to write a luawrapper. | ||||
* | added a lua module for asmrewriter, will soon add docs. you can try the new ↵ | bloodstalker | 2018-03-12 | 1 | -1/+1 |
| | | | | 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 | ||||
* | the jmp table is working now. you get member set and get methods, and an ↵ | bloodstalker | 2018-03-04 | 1 | -5/+68 |
| | | | | 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 | -24/+109 |
| | | | | the JMP_S_T pointers | ||||
* | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 1 | -3/+11 |
| | |||||
* | some fixes for the jump table lua module | bloodstalker | 2018-03-01 | 1 | -18/+42 |
| | |||||
* | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 2018-03-01 | 1 | -0/+149 |
implementation |