aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/asmrewriter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-04-30fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ↵bloodstalker1-0/+2
new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running.
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-04the jmp table is working now. you get member set and get methods, and an ↵bloodstalker1-4/+7
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-2/+28
the JMP_S_T pointers
2018-03-02the skeletion code for the jump table struct is now workingbloodstalker1-4/+4
2018-03-01some fixes for the jump table lua modulebloodstalker1-28/+13
2018-03-01wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker1-0/+89
implementation