Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | obfuscator doesnt mess up var declations with init values, python driver has ↵ | bloodstalker | 2017-12-06 | 7 | -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] | bloodstalker | 2017-11-28 | 1 | -5/+4 | |
| | ||||||
* | readme update [ci skip] | bloodstalker | 2017-11-28 | 1 | -3/+3 | |
| | ||||||
* | readme update [ci skip] | bloodstalker | 2017-11-28 | 1 | -6/+6 | |
| | ||||||
* | updated readme [ci skip] | bloodstalker | 2017-11-28 | 1 | -17/+17 | |
| | ||||||
* | python driver wip, obfuscator updated and readme, general readme updates | bloodstalker | 2017-11-28 | 6 | -23/+301 | |
| | ||||||
* | half-way through finishing obfuscator. | bloodstalker | 2017-11-13 | 2 | -8/+119 | |
| | ||||||
* | added obfuscator, some minor changes made to load.py so it would be easier ↵ | bloodstalker | 2017-11-11 | 7 | -9/+257 | |
| | | | | to call python scripts from lua, general changes for a new project | |||||
* | fix | bloodstalker | 2017-11-07 | 3 | -4/+5 | |
| | ||||||
* | fix | bloodstalker | 2017-11-07 | 1 | -2/+2 | |
| | ||||||
* | fixing travis... | bloodstalker | 2017-11-07 | 1 | -3/+5 | |
| | ||||||
* | fixed | bloodstalker | 2017-11-07 | 1 | -3/+3 | |
| | ||||||
* | travis should be fixed now | bloodstalker | 2017-11-07 | 3 | -10/+6 | |
| | ||||||
* | fix | bloodstalker | 2017-11-05 | 2 | -4/+9 | |
| | ||||||
* | fix | bloodstalker | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | fix | bloodstalker | 2017-11-05 | 1 | -0/+2 | |
| | ||||||
* | fix | bloodstalker | 2017-11-05 | 1 | -0/+1 | |
| | ||||||
* | uses pythonconfig now | bloodstalker | 2017-11-05 | 1 | -1/+1 | |
| | ||||||
* | now you can run load.py from bruiser. | bloodstalker | 2017-11-05 | 8 | -31/+204 | |
| | ||||||
* | updateds | bloodstalker | 2017-10-26 | 2 | -5/+58 | |
| | ||||||
* | now i can get the symbol names, next thing is to load the object code up in ↵ | bloodstalker | 2017-10-29 | 2 | -8/+117 | |
| | | | | bruiser... | |||||
* | forgot this one | bloodstalker | 2017-10-28 | 1 | -0/+30 | |
| | ||||||
* | palying around with executbales and sos | bloodstalker | 2017-10-28 | 3 | -8/+278 | |
| | ||||||
* | playing around with libbfd | bloodstalker | 2017-10-26 | 4 | -1/+61 | |
| | ||||||
* | fixes #18 | bloodstalker | 2017-10-21 | 1 | -2/+12 | |
| | ||||||
* | fixing travis build | bloodstalker | 2017-10-21 | 2 | -7/+7 | |
| | ||||||
* | fixing travis... | bloodstalker | 2017-10-21 | 1 | -4/+3 | |
| | ||||||
* | fixing the broken build. something's outdated. lets hope its not gcc... | bloodstalker | 2017-10-21 | 1 | -2/+2 | |
| |