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