aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/asmrewriter.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-05-18fixes #33. fixed #34. python interpreter should clean up after itself ↵bloodstalker1-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.
2018-04-27relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵bloodstalker1-1/+1
ramdump. i just need to write a luawrapper.
2018-03-12added a lua module for asmrewriter, will soon add docs. you can try the new ↵bloodstalker1-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
2018-03-04the jmp table is working now. you get member set and get methods, and an ↵bloodstalker1-5/+68
iterator. you can demo2 in the lua scripts folder for a test.
2018-03-04wip-the lua syntax is not what i want to be yet and im having trouble with ↵bloodstalker1-24/+109
the JMP_S_T pointers
2018-03-02the skeletion code for the jump table struct is now workingbloodstalker1-3/+11
2018-03-01some fixes for the jump table lua modulebloodstalker1-18/+42
2018-03-01wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker1-0/+149
implementation