| Commit message (Expand) | Author | Age | Files | Lines |
* | added libwasm32 as a lua module to bruiser now. you can get a quick wasm dump... | bloodstalker | 2019-11-29 | 1 | -0/+30 |
* | updated the completion and hint for bruiser. its using a fork of linenoise no... | bloodstalker | 2019-08-30 | 1 | -2/+1 |
* | do not pull this commit [ci skip] | bloodstalker | 2019-08-30 | 1 | -3/+61 |
* | updated to trunk 355787(llvm-clang 9.0). some more fixes to the codegen scrip... | bloodstalker | 2019-03-19 | 1 | -13/+38 |
* | fixed more bugs on ft and ltg side. i had some fundamental misunderstandings ... | bloodstalker | 2018-10-06 | 1 | -7/+8 |
* | some more fixes, mainly for tablegen and fualtreiber, will check later to mak... | bloodstalker | 2018-09-30 | 1 | -2/+3 |
* | with a few minor tweaks, you can build m0, obfuscator and bruiser with llvm 8... | bloodstalker | 2018-09-29 | 1 | -12/+12 |
* | did some code cleanup on m0 and bruiser, now you can specify report paths for... | bloodstalker | 2018-09-27 | 1 | -394/+100 |
* | it's working for the most part, the getter methods are also registering light... | bloodstalker | 2018-09-25 | 1 | -13/+13 |
* | WIP, update faultreiber and tablegen again. we're getting the tables just fin... | bloodstalker | 2018-09-20 | 1 | -63/+95 |
* | still WIP | bloodstalker | 2018-09-18 | 1 | -4/+161 |
* | WIP | bloodstalker | 2018-09-16 | 1 | -3/+70 |
* | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to i... | bloodstalker | 2018-08-19 | 1 | -1/+1 |
* | added new options to delf | bloodstalker | 2018-07-29 | 1 | -1/+0 |
* | updated the README with the mirror repo links for luatablegen, delf and dwasm | bloodstalker | 2018-07-21 | 1 | -2/+3 |
* | a fix for the luatablegen json file, added a new option to load.py, minor cos... | bloodstalker | 2018-07-19 | 1 | -4/+8 |
* | fixes 42, fixes 44 | bloodstalker | 2018-06-24 | 1 | -10/+12 |
* | fixes #43. the auto-gen source files by luatablegen dont look like source fil... | bloodstalker | 2018-06-19 | 1 | -2/+24 |
* | the codegen is working now. the generated codes will not be part of the repo ... | bloodstalker | 2018-06-09 | 1 | -0/+6 |
* | fixed a bug with default.lua. added the blueprint for the wasm interface to b... | bloodstalker | 2018-06-01 | 1 | -3/+4 |
* | wip:added a wasm backend. i need to setup an interface with the main c++ code... | bloodstalker | 2018-05-20 | 1 | -8/+28 |
* | fixes #33. fixed #34. python interpreter should clean up after itself properl... | bloodstalker | 2018-05-18 | 1 | -105/+87 |
* | fixing travis | bloodstalker | 2018-04-30 | 1 | -1/+1 |
* | fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ne... | bloodstalker | 2018-04-30 | 1 | -180/+213 |
* | ramdump is here | bloodstalker | 2018-04-28 | 1 | -2/+9 |
* | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ... | bloodstalker | 2018-04-27 | 1 | -5/+55 |
* | updated the readme, added a wiki entry, fixed the default.lua script which i ... | bloodstalker | 2018-04-23 | 1 | -7/+5 |
* | fixed #29 | bloodstalker | 2018-04-15 | 1 | -13/+18 |
* | added some more cli options to load.py. added a new test file for bruiser to ... | bloodstalker | 2018-04-08 | 1 | -3/+14 |
* | some fixes | bloodstalker | 2018-03-19 | 1 | -3/+6 |
* | added a lua module for asmrewriter, will soon add docs. you can try the new m... | bloodstalker | 2018-03-12 | 1 | -1/+0 |
* | the jmp table is working now. you get member set and get methods, and an iter... | bloodstalker | 2018-03-04 | 1 | -4/+4 |
* | wip-the lua syntax is not what i want to be yet and im having trouble with th... | bloodstalker | 2018-03-04 | 1 | -3/+4 |
* | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 1 | -0/+6 |
* | some fixes for the jump table lua module | bloodstalker | 2018-03-01 | 1 | -0/+1 |
* | wip-the asm rewriter module plus the assembly jump table lua module implement... | bloodstalker | 2018-03-01 | 1 | -3/+172 |
* | bruiser will now run a lua script before startup so now you can easily use yo... | bloodstalker | 2018-02-24 | 1 | -2/+44 |
* | added some elf stuff plus leb128 encode decode functions | bloodstalker | 2018-02-18 | 1 | -0/+1 |
* | trying to implement the nested call and global object rewriters | bloodstalker | 2018-02-17 | 1 | -2/+2 |
* | 2 major bug fixed for bruiser, a lot of little improvements and bug fixed her... | bloodstalker | 2018-02-11 | 1 | -38/+42 |
* | update | bloodstalker | 2018-02-01 | 1 | -4/+8 |
* | fixed string type for xobjs, also xcall can now call functions by name as well | bloodstalker | 2018-01-26 | 1 | -12/+24 |
* | fixed some issues with the way bruiser handled integers, added some initial t... | bloodstalker | 2018-01-22 | 1 | -8/+13 |
* | xobj handling for int types and pointers is done.next is structs,unoins and a... | bloodstalker | 2018-01-21 | 1 | -21/+104 |
* | WIP.using libffi for calling xobjects now. | bloodstalker | 2018-01-20 | 1 | -0/+1 |
* | update | bloodstalker | 2018-01-20 | 1 | -1/+51 |
* | update | bloodstalker | 2018-01-17 | 1 | -12/+6 |
* | you can now run objects that are loaded into bruiser from a shared library fr... | bloodstalker | 2018-01-12 | 1 | -59/+50 |
* | update | bloodstalker | 2018-01-09 | 1 | -2/+16 |
* | the function code, function name, var names and var sized are now being retur... | bloodstalker | 2018-01-08 | 1 | -29/+33 |