| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -1/+1 |
* | [skip ci] | bloodstalker | 2018-09-16 | 55 | -4077/+7 |
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -2/+2 |
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -4/+8 |
* | WIP | bloodstalker | 2018-09-16 | 12 | -163/+370 |
* | begenning to integrate and test both the codegens. run git pull for faultreib... | bloodstalker | 2018-09-10 | 11 | -1/+744 |
* | jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is s... | bloodstalker | 2018-09-08 | 4 | -15/+32 |
* | some cosmetic changes and makefile fixes | bloodstalker | 2018-08-29 | 7 | -1320/+589 |
* | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... | bloodstalker | 2018-08-19 | 23 | -202/+539 |
* | makefile updates for obfuscator and bruiser | bloodstalker | 2018-08-18 | 5 | -72/+302 |
* | updating faultreiber and tablegen to their respective latest commits | bloodstalker | 2018-08-18 | 2 | -0/+0 |
* | update | bloodstalker | 2018-08-17 | 2 | -1/+1 |
* | added luatablegen as a submodule to start testing the integration with faultr... | bloodstalker | 2018-08-17 | 1 | -0/+3 |
* | 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 |