Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed capstone for the time being | bloodstalker | 2018-02-01 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | WIP.using libffi for calling xobjects now. | bloodstalker | 2018-01-20 | 5 | -2/+142 |
| | |||||
* | update | bloodstalker | 2018-01-20 | 6 | -16/+128 |
| | |||||
* | 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 | 3 | -64/+90 |
| | | | | 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 | 3 | -19/+73 |
| | | | | getting them to lua. | ||||
* | wip | bloodstalker | 2017-12-31 | 4 | -13/+62 |
| | |||||
* | bruiser gets the function code and name from bfd now. besides that minor ↵ | bloodstalker | 2017-12-30 | 4 | -12/+62 |
| | | | | changes here and there. | ||||
* | load.py recognized function entries correctly now. minor fixes and updates. | bloodstalker | 2017-12-29 | 1 | -27/+14 |
| | |||||
* | wip | bloodstalker | 2017-12-08 | 3 | -47/+117 |
| | |||||
* | obfuscator doesnt mess up var declations with init values, python driver has ↵ | bloodstalker | 2017-12-06 | 4 | -13/+243 |
| | | | | been updated, not finished yet, bruiser now gets the objects from load.py, executioner will handle running the objects and registering them with lua | ||||
* | python driver wip, obfuscator updated and readme, general readme updates | bloodstalker | 2017-11-28 | 1 | -9/+12 |
| | |||||
* | added obfuscator, some minor changes made to load.py so it would be easier ↵ | bloodstalker | 2017-11-11 | 1 | -1/+1 |
| | | | | to call python scripts from lua, general changes for a new project | ||||
* | fix | bloodstalker | 2017-11-07 | 1 | -2/+2 |
| | |||||
* | fixed | bloodstalker | 2017-11-07 | 1 | -3/+3 |
| | |||||
* | travis should be fixed now | bloodstalker | 2017-11-07 | 1 | -3/+1 |
| | |||||
* | fix | bloodstalker | 2017-11-05 | 1 | -2/+5 |
| | |||||
* | fix | bloodstalker | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | uses pythonconfig now | bloodstalker | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | now you can run load.py from bruiser. | bloodstalker | 2017-11-05 | 5 | -8/+137 |
| | |||||
* | fixes #18 | bloodstalker | 2017-10-21 | 1 | -2/+12 |
| | |||||
* | minor fixes here and there. also fixed #17 | bloodstalker | 2017-10-21 | 1 | -2/+3 |
| | |||||
* | some api-changes handling, along with more text for contribs | bloodstalker | 2017-09-20 | 1 | -1/+1 |
| | |||||
* | not much | bloodstalker | 2017-09-17 | 1 | -0/+2 |
| | |||||
* | updated | bloodstalker | 2017-08-23 | 1 | -1/+5 |
| | |||||
* | new lua test file for bruiser | bloodstalker | 2017-07-29 | 1 | -0/+24 |
| | |||||
* | new command | bloodstalker | 2017-07-29 | 1 | -1/+2 |
| | |||||
* | new command | bloodstalker | 2017-07-29 | 1 | -4/+5 |
| | |||||
* | new command | bloodstalker | 2017-07-29 | 1 | -2/+31 |
| | |||||
* | trying to add header sensitivity | bloodstalker | 2017-07-29 | 1 | -1/+10 |
| | |||||
* | new command | bloodstalker | 2017-07-29 | 1 | -0/+1 |
| | |||||
* | added a couple if tiny things | bloodstalker | 2017-07-29 | 1 | -4/+47 |
| | |||||
* | test scripts for the precommit script to run, mainly copies of ↵ | bloodstalker | 2017-07-23 | 2 | -0/+57 |
| | | | | mutation-example and testfile1 lua scripts | ||||
* | wip | bloodstalker | 2017-07-16 | 1 | -6/+103 |
| | |||||
* | fixed a help comment | bloodstalker | 2017-07-15 | 1 | -1/+1 |
| | |||||
* | updated | bloodstalker | 2017-07-03 | 1 | -2/+10 |
| | |||||
* | added a new bruiser option. you pass bruiser a lua script and bruiser runs ↵ | bloodstalker | 2017-07-03 | 1 | -0/+24 |
| | | | | it in non-cli mode. | ||||
* | removed extra spaces | bloodstalker | 2017-07-03 | 1 | -11/+1 |
| | |||||
* | updated | bloodstalker | 2017-07-03 | 1 | -2/+3 |
| | |||||
* | added a new command | bloodstalker | 2017-07-02 | 1 | -14/+56 |
| | |||||
* | new command | bloodstalker | 2017-07-02 | 2 | -1/+3 |
| | |||||
* | well i guess 4 doesnt have orc | bloodstalker | 2017-06-27 | 1 | -0/+2 |
| | |||||
* | trying to see how many cool things i can do with orcs... | bloodstalker | 2017-06-27 | 2 | -0/+73 |
| |