aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/run.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixes #43. the auto-gen source files by luatablegen dont look like source ↵bloodstalker2018-06-191-1/+1
| | | | files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
* fixes #33. fixed #34. python interpreter should clean up after itself ↵bloodstalker2018-05-181-3/+3
| | | | 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.
* fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ↵bloodstalker2018-04-301-3/+4
| | | | new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running.
* updated the readme, added a wiki entry, fixed the default.lua script which i ↵bloodstalker2018-04-231-0/+1
| | | | broke in the last commit
* fixed #29bloodstalker2018-04-151-1/+2
|
* added some more cli options to load.py. added a new test file for bruiser to ↵bloodstalker2018-04-081-1/+1
| | | | see how it fares against bigger files.
* 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵bloodstalker2018-02-111-1/+2
| | | | here and there
* bruiser gets the function code and name from bfd now. besides that minor ↵bloodstalker2017-12-301-0/+3
changes here and there.