| Commit message (Expand) | Author | Age | Files | Lines |
| * | updated obfuscators readme | bloodstalker | 2018-08-10 | 1 | -0/+8 |
| * | travis fix | bloodstalker | 2018-08-10 | 1 | -0/+1 |
| * | resolves 27 | bloodstalker | 2018-08-10 | 5 | -25/+50 |
| * | WIP-added keccak-tiny to obfuscator | bloodstalker | 2018-08-09 | 7 | -2/+371 |
| * | faultreiber is a submodule now. it generates binary file format parsers in C.... | bloodstalker | 2018-08-08 | 6 | -4/+180 |
| * | added new options to delf | bloodstalker | 2018-07-29 | 3 | -2/+123 |
| * | markdown... | bloodstalker | 2018-07-21 | 1 | -3/+3 |
| * | updated the README with the mirror repo links for luatablegen, delf and dwasm | bloodstalker | 2018-07-21 | 4 | -26/+68 |
| * | a fix for the luatablegen json file, added a new option to load.py, minor cos... | bloodstalker | 2018-07-19 | 13 | -39/+60 |
| * | fixing travis | bloodstalker | 2018-06-24 | 1 | -1/+1 |
| * | fixes 42, fixes 44 | bloodstalker | 2018-06-24 | 34 | -90/+144 |
| * | fixes #43. the auto-gen source files by luatablegen dont look like source fil... | bloodstalker | 2018-06-19 | 58 | -268/+125 |
| * | fix | bloodstalker | 2018-06-10 | 5 | -11/+28 |
| * | added the autogen files, should also fix travis | bloodstalker | 2018-06-10 | 56 | -0/+4506 |
| * | the codegen is working now. the generated codes will not be part of the repo ... | bloodstalker | 2018-06-09 | 12 | -150/+261 |
| * | missed the json file for the test | bloodstalker | 2018-06-04 | 1 | -0/+5 |
| * | fixes #40 | bloodstalker | 2018-06-04 | 7 | -13/+322 |
| * | fixed a bug with default.lua. added the blueprint for the wasm interface to b... | bloodstalker | 2018-06-01 | 8 | -33/+343 |
| * | added test files for the wasm linker. added two scripts to extra-tools | bloodstalker | 2018-05-28 | 9 | -8/+198 |
| * | load.py is now imported bt another python module, should cut down on startup ... | bloodstalker | 2018-05-25 | 1 | -0/+1030 |
| * | load.py is now imported bt another python module, should cut down on startup ... | bloodstalker | 2018-05-25 | 7 | -1015/+118 |
| * | wip:added a wasm backend. i need to setup an interface with the main c++ code... | bloodstalker | 2018-05-20 | 15 | -84/+3591 |
| * | fixes #33. fixed #34. python interpreter should clean up after itself properl... | bloodstalker | 2018-05-18 | 25 | -385/+257 |
| * | contribution guidelines | bloodstalker | 2018-05-02 | 1 | -3/+3 |
| * | code of conduct | bloodstalker | 2018-05-02 | 1 | -0/+3 |
| * | fixed the bad cli options being passed to bruiser on precommit tests | bloodstalker | 2018-04-30 | 1 | -20/+20 |
| * | travis... | bloodstalker | 2018-04-30 | 1 | -1/+1 |
| * | fixing travis | bloodstalker | 2018-04-30 | 2 | -2/+4 |
| * | fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ne... | bloodstalker | 2018-04-30 | 9 | -200/+303 |
| * | ramdump is here | bloodstalker | 2018-04-28 | 7 | -44/+48 |
| * | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ... | bloodstalker | 2018-04-27 | 35 | -433/+951 |
| * | finally updated the readmes. they make more sense now. | bloodstalker | 2018-04-24 | 3 | -78/+85 |
| * | updated the readme, added a wiki entry, fixed the default.lua script which i ... | bloodstalker | 2018-04-23 | 4 | -11/+28 |
| * | two more options for load.py. also fixed the default lua script for bruiser. ... | bloodstalker | 2018-04-21 | 6 | -19/+47 |
| * | fixed #29 | bloodstalker | 2018-04-15 | 4 | -16/+24 |
| * | added some more cli options to load.py. added a new test file for bruiser to ... | bloodstalker | 2018-04-08 | 8 | -16/+186 |
| * | added some more features, a lil bit closer to getting the nested function cal... | bloodstalker | 2018-04-05 | 1 | -0/+93 |
| * | run a deepclean on bruiser's makefile to rebuild the lua makefile | bloodstalker | 2018-03-20 | 2 | -2/+2 |
| * | travis... | bloodstalker | 2018-03-19 | 1 | -0/+1 |
| * | fix for travis | bloodstalker | 2018-03-19 | 2 | -2/+2 |
| * | some fixes | bloodstalker | 2018-03-19 | 11 | -77/+220 |
| * | added a lua module for asmrewriter, will soon add docs. you can try the new m... | bloodstalker | 2018-03-12 | 8 | -120/+237 |
| * | the jmp table is working now. you get member set and get methods, and an iter... | bloodstalker | 2018-03-04 | 7 | -61/+125 |
| * | wip-the lua syntax is not what i want to be yet and im having trouble with th... | bloodstalker | 2018-03-04 | 8 | -64/+214 |
| * | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 8 | -13/+41 |
| * | some fixes for the jump table lua module | bloodstalker | 2018-03-01 | 6 | -48/+63 |
| * | wip-the asm rewriter module plus the assembly jump table lua module implement... | bloodstalker | 2018-03-01 | 15 | -16/+711 |
| * | bruiser will now run a lua script before startup so now you can easily use yo... | bloodstalker | 2018-02-24 | 6 | -37/+159 |
| * | removed lua docs [ci skip] | bloodstalker | 2018-02-21 | 10 | -12405/+0 |
| * | readme update. added capstone to the lib thank list.[ci skip] | bloodstalker | 2018-02-21 | 1 | -0/+1 |