aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/asmrewriter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵bloodstalker2018-04-271-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 ↵bloodstalker2018-03-041-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 ↵bloodstalker2018-03-041-2/+28
| | | | the JMP_S_T pointers
* the skeletion code for the jump table struct is now workingbloodstalker2018-03-021-4/+4
|
* some fixes for the jump table lua modulebloodstalker2018-03-011-28/+13
|
* wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker2018-03-011-0/+89
implementation