Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2018-06-24 | fixes 42, fixes 44 | bloodstalker | 1 | -2/+2 | |
2018-06-19 | fixes #43. the auto-gen source files by luatablegen dont look like source ↵ | bloodstalker | 1 | -1/+2 | |
files instead of headers. luatablegen also generates an excuse of a doc for all the table methods. | |||||
2018-06-10 | fix | bloodstalker | 1 | -3/+9 | |
2018-06-09 | the codegen is working now. the generated codes will not be part of the repo ↵ | bloodstalker | 1 | -2/+9 | |
for the time being. they will be generated during the build process. | |||||
2018-05-18 | fixes #33. fixed #34. python interpreter should clean up after itself ↵ | bloodstalker | 1 | -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-30 | fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ↵ | bloodstalker | 1 | -2/+2 | |
new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running. | |||||
2018-04-28 | ramdump is here | bloodstalker | 1 | -1/+1 | |
2018-04-08 | added some more cli options to load.py. added a new test file for bruiser to ↵ | bloodstalker | 1 | -1/+1 | |
see how it fares against bigger files. | |||||
2018-03-04 | the jmp table is working now. you get member set and get methods, and an ↵ | bloodstalker | 1 | -1/+1 | |
iterator. you can demo2 in the lua scripts folder for a test. | |||||
2018-03-04 | wip-the lua syntax is not what i want to be yet and im having trouble with ↵ | bloodstalker | 1 | -1/+1 | |
the JMP_S_T pointers | |||||
2018-03-02 | the skeletion code for the jump table struct is now working | bloodstalker | 1 | -3/+5 | |
2018-03-01 | some fixes for the jump table lua module | bloodstalker | 1 | -1/+1 | |
2018-03-01 | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 1 | -2/+2 | |
implementation | |||||
2018-02-11 | travis fix | bloodstalker | 1 | -1/+1 | |
2018-02-11 | 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵ | bloodstalker | 1 | -1/+1 | |
here and there | |||||
2018-02-01 | makefile update or they kinda do what they were supposed to do | bloodstalker | 1 | -8/+16 | |
2018-01-21 | xobj handling for int types and pointers is done.next is structs,unoins and ↵ | bloodstalker | 1 | -1/+4 | |
adding docs. you can try running demo1.lua under lua-scripts for a demo | |||||
2018-01-20 | WIP.using libffi for calling xobjects now. | bloodstalker | 1 | -1/+1 | |
2018-01-20 | update | bloodstalker | 1 | -1/+1 | |
2017-11-07 | fix | bloodstalker | 1 | -2/+2 | |
2017-11-07 | fixed | bloodstalker | 1 | -3/+3 | |
2017-11-07 | travis should be fixed now | bloodstalker | 1 | -3/+1 | |
2017-11-05 | fix | bloodstalker | 1 | -2/+5 | |
2017-11-05 | fix | bloodstalker | 1 | -1/+1 | |
2017-11-05 | uses pythonconfig now | bloodstalker | 1 | -1/+1 | |
2017-11-05 | now you can run load.py from bruiser. | bloodstalker | 1 | -2/+4 | |
2017-07-29 | trying to add header sensitivity | bloodstalker | 1 | -1/+10 | |
2017-06-27 | added the new source file | bloodstalker | 1 | -1/+2 | |
2017-06-22 | whatever | bloodstalker | 1 | -0/+1 | |
2017-06-22 | fix? | bloodstalker | 1 | -1/+1 | |
2017-06-22 | wip | bloodstalker | 1 | -1/+6 | |
2017-06-10 | now builds luajit as well | bloodstalker | 1 | -1/+6 | |
2017-05-23 | nothing | bloodstalker | 1 | -0/+1 | |
2017-05-15 | updated to build the new object | bloodstalker | 1 | -1/+1 | |
2017-05-13 | now builds liblua | bloodstalker | 1 | -9/+10 | |
2017-05-12 | added linenoise into the build | bloodstalker | 1 | -1/+7 | |
2017-04-30 | added lncurses and boost headers | bloodstalker | 1 | -1/+2 | |
2017-04-26 | added tinyxml2.o | bloodstalker | 1 | -1/+1 | |
2017-04-11 | the new mutator experimetal mutator feature. bruiser tries to break your code. | bloodstalker | 1 | -9/+6 | |
2017-03-29 | added the frtti option,added a check for rtti before trying ot build it | bloodstalker | 1 | -0/+5 | |
2017-03-24 | moved macros inside macros.mk | bloodstalker | 1 | -87/+0 | |
2017-03-16 | the makefile | bloodstalker | 1 | -72/+17 | |
2017-03-16 | added necessary changes for the new executables. i'm gonna later move the ↵ | bloodstalker | 1 | -3/+8 | |
macros to macros.mk | |||||
2017-03-14 | now make install creates a config file for mutator | bloodstalker | 1 | -1/+1 | |
2017-03-13 | removed TAGS from all | bloodstalker | 1 | -1/+1 | |
2017-03-12 | added a ctags target | bloodstalker | 1 | -2/+7 | |
2017-03-12 | added a new c++14 build mode | bloodstalker | 1 | -0/+9 | |
2017-03-09 | now can builds the deamon,client and server too | bloodstalker | 1 | -1/+15 | |
2017-02-20 | fixed some build mode options | bloodstalker | 1 | -1/+1 | |
2017-02-17 | trying to fix the whole coverage-build-breaking deal | bloodstalker | 1 | -1/+1 | |