Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added a lua module for asmrewriter, will soon add docs. you can try the new ↵ | bloodstalker | 2018-03-12 | 8 | -120/+237 |
| | | | | 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 ↵ | bloodstalker | 2018-03-04 | 7 | -61/+125 |
| | | | | 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 ↵ | bloodstalker | 2018-03-04 | 8 | -64/+214 |
| | | | | the JMP_S_T pointers | ||||
* | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 8 | -13/+41 |
| | |||||
* | some fixes for the jump table lua module | bloodstalker | 2018-03-01 | 6 | -48/+63 |
| | |||||
* | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 2018-03-01 | 15 | -16/+711 |
| | | | | implementation | ||||
* | bruiser will now run a lua script before startup so now you can easily use ↵ | bloodstalker | 2018-02-24 | 6 | -37/+159 |
| | | | | your lua rocks from inside bruiser. added a new demo using bruisers xobj module. added a new bruiser option for the default lua script to run prior to bruiser startup. updated the readme for bruiser. | ||||
* | removed lua docs [ci skip] | bloodstalker | 2018-02-21 | 10 | -12405/+0 |
| | |||||
* | readme update. added capstone to the lib thank list.[ci skip] | bloodstalker | 2018-02-21 | 1 | -0/+1 |
| | |||||
* | added some elf stuff plus leb128 encode decode functions | bloodstalker | 2018-02-18 | 3 | -6/+236 |
| | |||||
* | web resources | bloodstalker | 2018-02-17 | 1 | -0/+0 |
| | |||||
* | readme update[ci skip] | bloodstalker | 2018-02-17 | 1 | -16/+22 |
| | |||||
* | test script for bfd | bloodstalker | 2018-02-17 | 1 | -0/+57 |
| | |||||
* | trying to implement the nested call and global object rewriters | bloodstalker | 2018-02-17 | 13 | -53/+450 |
| | |||||
* | travis fix | bloodstalker | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | travis fix | bloodstalker | 2018-02-11 | 2 | -3/+5 |
| | |||||
* | fix | bloodstalker | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | travis fix | bloodstalker | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | for building capstone on ubuntu 14 | bloodstalker | 2018-02-11 | 1 | -0/+10 |
| | |||||
* | 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵ | bloodstalker | 2018-02-11 | 21 | -177/+177 |
| | | | | here and there | ||||
* | makefile update or they kinda do what they were supposed to do | bloodstalker | 2018-02-01 | 5 | -13/+57 |
| | |||||
* | travis fix | bloodstalker | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | removed capstone for the time being | bloodstalker | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | travis fix | bloodstalker | 2018-02-01 | 1 | -0/+1 |
| | |||||
* | update [ci skip] | bloodstalker | 2018-02-01 | 6 | -54/+63 |
| | |||||
* | update | bloodstalker | 2018-02-01 | 7 | -191/+171 |
| | |||||
* | fixed string type for xobjs, also xcall can now call functions by name as well | bloodstalker | 2018-01-26 | 5 | -19/+61 |
| | |||||
* | some tests for the ffi funcitonality on bruiuser | bloodstalker | 2018-01-22 | 2 | -1/+4 |
| | |||||
* | fixed some issues with the way bruiser handled integers, added some initial ↵ | bloodstalker | 2018-01-22 | 4 | -14/+53 |
| | | | | tests. | ||||
* | xobj handling for int types and pointers is done.next is structs,unoins and ↵ | bloodstalker | 2018-01-21 | 6 | -41/+283 |
| | | | | adding docs. you can try running demo1.lua under lua-scripts for a demo | ||||
* | fixing travis | bloodstalker | 2018-01-20 | 1 | -2/+1 |
| | |||||
* | WIP.using libffi for calling xobjects now. | bloodstalker | 2018-01-20 | 7 | -2/+151 |
| | |||||
* | update | bloodstalker | 2018-01-20 | 13 | -23/+251 |
| | |||||
* | update | bloodstalker | 2018-01-17 | 3 | -14/+74 |
| | |||||
* | you can now run objects that are loaded into bruiser from a shared library ↵ | bloodstalker | 2018-01-12 | 4 | -67/+94 |
| | | | | from lua. right now very simple examples work. i have to figure out how to handles runtime pointer recasts. | ||||
* | update | bloodstalker | 2018-01-09 | 6 | -13/+137 |
| | |||||
* | readme update [ci skip] | bloodstalker | 2018-01-08 | 1 | -2/+12 |
| | |||||
* | the function code, function name, var names and var sized are now being ↵ | bloodstalker | 2018-01-08 | 2 | -34/+44 |
| | | | | returned to lua as tables. | ||||
* | load.py now loads all objects and functions along with names to c++. next is ↵ | bloodstalker | 2018-01-02 | 4 | -51/+145 |
| | | | | getting them to lua. | ||||
* | wip | bloodstalker | 2017-12-31 | 6 | -16/+71 |
| | |||||
* | bruiser gets the function code and name from bfd now. besides that minor ↵ | bloodstalker | 2017-12-30 | 6 | -16/+111 |
| | | | | changes here and there. | ||||
* | fix | bloodstalker | 2017-12-29 | 1 | -1/+1 |
| | |||||
* | load.py recognized function entries correctly now. minor fixes and updates. | bloodstalker | 2017-12-29 | 3 | -45/+127 |
| | |||||
* | updated README, added comments | bloodstalker | 2017-12-20 | 2 | -19/+124 |
| | |||||
* | forgot the test header for obfuscator [ci skip] | bloodstalker | 2017-12-16 | 2 | -1/+6 |
| | |||||
* | now handles changing header names as well | bloodstalker | 2017-12-16 | 3 | -86/+23 |
| | |||||
* | obfuscator should handle macro expansions just fine now, also there was no ↵ | bloodstalker | 2017-12-16 | 12 | -20/+213 |
| | | | | rewriter for macro expansion so added one and added a test folder for obfuscator, also added a new method for getting the spellingloc to aux methods | ||||
* | wip, added methods for dealing with filename changes to obfuscator | bloodstalker | 2017-12-11 | 3 | -14/+89 |
| | |||||
* | obfuscator can remove comments now. it can handle some hairy stuff. its ↵ | bloodstalker | 2017-12-09 | 3 | -27/+59 |
| | | | | better than vim's syntax highlighter anyways | ||||
* | wip | bloodstalker | 2017-12-08 | 3 | -47/+117 |
| |