aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/bruisercapstone.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* added new options to delfbloodstalker2018-07-291-1/+1
|
* fixes #33. fixed #34. python interpreter should clean up after itself ↵bloodstalker2018-05-181-3/+5
| | | | 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 ↵bloodstalker2018-04-271-1/+1
| | | | ramdump. i just need to write a luawrapper.
* two more options for load.py. also fixed the default lua script for bruiser. ↵bloodstalker2018-04-211-0/+1
| | | | now it works for everyone if luarocks is in path.
* fixed #29bloodstalker2018-04-151-1/+1
|
* added some more cli options to load.py. added a new test file for bruiser to ↵bloodstalker2018-04-081-0/+2
| | | | see how it fares against bigger files.
* some fixesbloodstalker2018-03-191-3/+1
|
* added a lua module for asmrewriter, will soon add docs. you can try the new ↵bloodstalker2018-03-121-4/+0
| | | | 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-40/+32
| | | | 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-27/+26
| | | | the JMP_S_T pointers
* wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker2018-03-011-6/+182
| | | | implementation
* added some elf stuff plus leb128 encode decode functionsbloodstalker2018-02-181-1/+1
|
* trying to implement the nested call and global object rewritersbloodstalker2018-02-171-0/+247