aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/asmrewriter.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added a lua module for asmrewriter, will soon add docs. you can try the new ↵bloodstalker2018-03-121-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 ↵bloodstalker2018-03-041-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 ↵bloodstalker2018-03-041-24/+109
| | | | the JMP_S_T pointers
* the skeletion code for the jump table struct is now workingbloodstalker2018-03-021-3/+11
|
* some fixes for the jump table lua modulebloodstalker2018-03-011-18/+42
|
* wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker2018-03-011-0/+149
implementation