aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* the skeletion code for the jump table struct is now workingbloodstalker2018-03-028-13/+41
|
* some fixes for the jump table lua modulebloodstalker2018-03-016-48/+63
|
* wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker2018-03-0115-16/+711
| | | | implementation
* bruiser will now run a lua script before startup so now you can easily use ↵bloodstalker2018-02-246-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]bloodstalker2018-02-2110-12405/+0
|
* readme update. added capstone to the lib thank list.[ci skip]bloodstalker2018-02-211-0/+1
|
* added some elf stuff plus leb128 encode decode functionsbloodstalker2018-02-183-6/+236
|
* web resourcesbloodstalker2018-02-171-0/+0
|
* readme update[ci skip]bloodstalker2018-02-171-16/+22
|
* test script for bfdbloodstalker2018-02-171-0/+57
|
* trying to implement the nested call and global object rewritersbloodstalker2018-02-1713-53/+450
|
* travis fixbloodstalker2018-02-111-1/+1
|
* travis fixbloodstalker2018-02-112-3/+5
|
* fixbloodstalker2018-02-111-1/+1
|
* travis fixbloodstalker2018-02-111-1/+1
|
* for building capstone on ubuntu 14bloodstalker2018-02-111-0/+10
|
* 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵bloodstalker2018-02-1121-177/+177
| | | | here and there
* makefile update or they kinda do what they were supposed to dobloodstalker2018-02-015-13/+57
|
* travis fixbloodstalker2018-02-011-1/+1
|
* removed capstone for the time beingbloodstalker2018-02-011-1/+1
|
* travis fixbloodstalker2018-02-011-0/+1
|
* update [ci skip]bloodstalker2018-02-016-54/+63
|
* updatebloodstalker2018-02-017-191/+171
|
* fixed string type for xobjs, also xcall can now call functions by name as wellbloodstalker2018-01-265-19/+61
|
* some tests for the ffi funcitonality on bruiuserbloodstalker2018-01-222-1/+4
|
* fixed some issues with the way bruiser handled integers, added some initial ↵bloodstalker2018-01-224-14/+53
| | | | tests.
* xobj handling for int types and pointers is done.next is structs,unoins and ↵bloodstalker2018-01-216-41/+283
| | | | adding docs. you can try running demo1.lua under lua-scripts for a demo
* fixing travisbloodstalker2018-01-201-2/+1
|
* WIP.using libffi for calling xobjects now.bloodstalker2018-01-207-2/+151
|
* updatebloodstalker2018-01-2013-23/+251
|
* updatebloodstalker2018-01-173-14/+74
|
* you can now run objects that are loaded into bruiser from a shared library ↵bloodstalker2018-01-124-67/+94
| | | | from lua. right now very simple examples work. i have to figure out how to handles runtime pointer recasts.
* updatebloodstalker2018-01-096-13/+137
|
* readme update [ci skip]bloodstalker2018-01-081-2/+12
|
* the function code, function name, var names and var sized are now being ↵bloodstalker2018-01-082-34/+44
| | | | returned to lua as tables.
* load.py now loads all objects and functions along with names to c++. next is ↵bloodstalker2018-01-024-51/+145
| | | | getting them to lua.
* wipbloodstalker2017-12-316-16/+71
|
* bruiser gets the function code and name from bfd now. besides that minor ↵bloodstalker2017-12-306-16/+111
| | | | changes here and there.
* fixbloodstalker2017-12-291-1/+1
|
* load.py recognized function entries correctly now. minor fixes and updates.bloodstalker2017-12-293-45/+127
|
* updated README, added commentsbloodstalker2017-12-202-19/+124
|
* forgot the test header for obfuscator [ci skip]bloodstalker2017-12-162-1/+6
|
* now handles changing header names as wellbloodstalker2017-12-163-86/+23
|
* obfuscator should handle macro expansions just fine now, also there was no ↵bloodstalker2017-12-1612-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 obfuscatorbloodstalker2017-12-113-14/+89
|
* obfuscator can remove comments now. it can handle some hairy stuff. its ↵bloodstalker2017-12-093-27/+59
| | | | better than vim's syntax highlighter anyways
* wipbloodstalker2017-12-083-47/+117
|
* obfuscator doesnt mess up var declations with init values, python driver has ↵bloodstalker2017-12-067-144/+476
| | | | been updated, not finished yet, bruiser now gets the objects from load.py, executioner will handle running the objects and registering them with lua
* readme update [ci skip]bloodstalker2017-11-281-5/+4
|
* readme update [ci skip]bloodstalker2017-11-281-3/+3
|