aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/makefile (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-21updated the README with the mirror repo links for luatablegen, delf and dwasmbloodstalker1-0/+3
2018-07-19a fix for the luatablegen json file, added a new option to load.py, minor ↵bloodstalker1-1/+1
cosmetic changes
2018-06-24fixes 42, fixes 44bloodstalker1-2/+2
2018-06-19fixes #43. the auto-gen source files by luatablegen dont look like source ↵bloodstalker1-1/+2
files instead of headers. luatablegen also generates an excuse of a doc for all the table methods.
2018-06-10fixbloodstalker1-3/+9
2018-06-09the codegen is working now. the generated codes will not be part of the repo ↵bloodstalker1-2/+9
for the time being. they will be generated during the build process.
2018-05-18fixes #33. fixed #34. python interpreter should clean up after itself ↵bloodstalker1-2/+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-2/+2
new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running.
2018-04-28ramdump is herebloodstalker1-1/+1
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-03-04the jmp table is working now. you get member set and get methods, and an ↵bloodstalker1-1/+1
iterator. you can demo2 in the lua scripts folder for a test.
2018-03-04wip-the lua syntax is not what i want to be yet and im having trouble with ↵bloodstalker1-1/+1
the JMP_S_T pointers
2018-03-02the skeletion code for the jump table struct is now workingbloodstalker1-3/+5
2018-03-01some fixes for the jump table lua modulebloodstalker1-1/+1
2018-03-01wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker1-2/+2
implementation
2018-02-11travis fixbloodstalker1-1/+1
2018-02-112 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵bloodstalker1-1/+1
here and there
2018-02-01makefile update or they kinda do what they were supposed to dobloodstalker1-8/+16
2018-01-21xobj handling for int types and pointers is done.next is structs,unoins and ↵bloodstalker1-1/+4
adding docs. you can try running demo1.lua under lua-scripts for a demo
2018-01-20WIP.using libffi for calling xobjects now.bloodstalker1-1/+1
2018-01-20updatebloodstalker1-1/+1
2017-11-07fixbloodstalker1-2/+2
2017-11-07fixedbloodstalker1-3/+3
2017-11-07travis should be fixed nowbloodstalker1-3/+1
2017-11-05fixbloodstalker1-2/+5
2017-11-05fixbloodstalker1-1/+1
2017-11-05uses pythonconfig nowbloodstalker1-1/+1
2017-11-05now you can run load.py from bruiser.bloodstalker1-2/+4
2017-07-29trying to add header sensitivitybloodstalker1-1/+10
2017-06-27added the new source filebloodstalker1-1/+2
2017-06-22whateverbloodstalker1-0/+1
2017-06-22fix?bloodstalker1-1/+1
2017-06-22wipbloodstalker1-1/+6
2017-06-10now builds luajit as wellbloodstalker1-1/+6
2017-05-23nothingbloodstalker1-0/+1
2017-05-15updated to build the new objectbloodstalker1-1/+1
2017-05-13now builds libluabloodstalker1-9/+10
2017-05-12added linenoise into the buildbloodstalker1-1/+7
2017-04-30added lncurses and boost headersbloodstalker1-1/+2
2017-04-26added tinyxml2.obloodstalker1-1/+1
2017-04-11the new mutator experimetal mutator feature. bruiser tries to break your code.bloodstalker1-9/+6
2017-03-29added the frtti option,added a check for rtti before trying ot build itbloodstalker1-0/+5
2017-03-24moved macros inside macros.mkbloodstalker1-87/+0
2017-03-16the makefilebloodstalker1-72/+17
2017-03-16added necessary changes for the new executables. i'm gonna later move the ↵bloodstalker1-3/+8
macros to macros.mk
2017-03-14now make install creates a config file for mutatorbloodstalker1-1/+1
2017-03-13removed TAGS from allbloodstalker1-1/+1
2017-03-12added a ctags targetbloodstalker1-2/+7
2017-03-12added a new c++14 build modebloodstalker1-0/+9
2017-03-09now can builds the deamon,client and server toobloodstalker1-1/+15