Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixing m0s builds for all llvm versions, added a windows cygwin build test ↵ | bloodstalker | 2019-12-05 | 1 | -0/+8 |
| | | | | on appveyor | ||||
* | updated the completion and hint for bruiser. its using a fork of linenoise ↵ | bloodstalker | 2019-08-30 | 1 | -2/+2 |
| | | | | now. i will add lua context-sensetive completions later. | ||||
* | added tests for wasm setters, faultreiber and tablegen now use the same xml ↵ | bloodstalker | 2018-10-02 | 1 | -14/+14 |
| | | | | file. makes things more consistent | ||||
* | travis fix | bloodstalker | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | still WIP | bloodstalker | 2018-09-18 | 1 | -8/+46 |
| | |||||
* | fixing the new build | bloodstalker | 2018-09-16 | 1 | -2/+4 |
| | |||||
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -1/+1 |
| | |||||
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -5/+7 |
| | |||||
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -2/+2 |
| | |||||
* | [skip ci] | bloodstalker | 2018-09-16 | 1 | -4/+8 |
| | |||||
* | WIP | bloodstalker | 2018-09-16 | 1 | -13/+32 |
| | |||||
* | some cosmetic changes and makefile fixes | bloodstalker | 2018-08-29 | 1 | -7/+18 |
| | |||||
* | fixes #47. probably a good idea to just wipe and re-clone. also moved m0 to ↵ | bloodstalker | 2018-08-19 | 1 | -11/+19 |
| | | | | its own folder. | ||||
* | makefile updates for obfuscator and bruiser | bloodstalker | 2018-08-18 | 1 | -44/+154 |
| | |||||
* | updated the README with the mirror repo links for luatablegen, delf and dwasm | bloodstalker | 2018-07-21 | 1 | -0/+3 |
| | |||||
* | a fix for the luatablegen json file, added a new option to load.py, minor ↵ | bloodstalker | 2018-07-19 | 1 | -1/+1 |
| | | | | cosmetic changes | ||||
* | fixes 42, fixes 44 | bloodstalker | 2018-06-24 | 1 | -2/+2 |
| | |||||
* | fixes #43. the auto-gen source files by luatablegen dont look like source ↵ | bloodstalker | 2018-06-19 | 1 | -1/+2 |
| | | | | files instead of headers. luatablegen also generates an excuse of a doc for all the table methods. | ||||
* | fix | bloodstalker | 2018-06-10 | 1 | -3/+9 |
| | |||||
* | the codegen is working now. the generated codes will not be part of the repo ↵ | bloodstalker | 2018-06-09 | 1 | -2/+9 |
| | | | | for the time being. they will be generated during the build process. | ||||
* | fixes #33. fixed #34. python interpreter should clean up after itself ↵ | bloodstalker | 2018-05-18 | 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. | ||||
* | fixes #30. run make deepclean on bruiser. lua needs to be rebuilt. added a ↵ | bloodstalker | 2018-04-30 | 1 | -2/+2 |
| | | | | new commandline option, --keepalive. drops to cli if you were running in non-cli after script finishes running. | ||||
* | ramdump is here | bloodstalker | 2018-04-28 | 1 | -1/+1 |
| | |||||
* | added some more cli options to load.py. added a new test file for bruiser to ↵ | bloodstalker | 2018-04-08 | 1 | -1/+1 |
| | | | | see how it fares against bigger files. | ||||
* | the jmp table is working now. you get member set and get methods, and an ↵ | bloodstalker | 2018-03-04 | 1 | -1/+1 |
| | | | | iterator. you can demo2 in the lua scripts folder for a test. | ||||
* | wip-the lua syntax is not what i want to be yet and im having trouble with ↵ | bloodstalker | 2018-03-04 | 1 | -1/+1 |
| | | | | the JMP_S_T pointers | ||||
* | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 1 | -3/+5 |
| | |||||
* | some fixes for the jump table lua module | bloodstalker | 2018-03-01 | 1 | -1/+1 |
| | |||||
* | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 2018-03-01 | 1 | -2/+2 |
| | | | | implementation | ||||
* | travis fix | bloodstalker | 2018-02-11 | 1 | -1/+1 |
| | |||||
* | 2 major bug fixed for bruiser, a lot of little improvements and bug fixed ↵ | bloodstalker | 2018-02-11 | 1 | -1/+1 |
| | | | | here and there | ||||
* | makefile update or they kinda do what they were supposed to do | bloodstalker | 2018-02-01 | 1 | -8/+16 |
| | |||||
* | xobj handling for int types and pointers is done.next is structs,unoins and ↵ | bloodstalker | 2018-01-21 | 1 | -1/+4 |
| | | | | adding docs. you can try running demo1.lua under lua-scripts for a demo | ||||
* | WIP.using libffi for calling xobjects now. | bloodstalker | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | update | bloodstalker | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | fix | bloodstalker | 2017-11-07 | 1 | -2/+2 |
| | |||||
* | fixed | bloodstalker | 2017-11-07 | 1 | -3/+3 |
| | |||||
* | travis should be fixed now | bloodstalker | 2017-11-07 | 1 | -3/+1 |
| | |||||
* | fix | bloodstalker | 2017-11-05 | 1 | -2/+5 |
| | |||||
* | fix | bloodstalker | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | uses pythonconfig now | bloodstalker | 2017-11-05 | 1 | -1/+1 |
| | |||||
* | now you can run load.py from bruiser. | bloodstalker | 2017-11-05 | 1 | -2/+4 |
| | |||||
* | trying to add header sensitivity | bloodstalker | 2017-07-29 | 1 | -1/+10 |
| | |||||
* | added the new source file | bloodstalker | 2017-06-27 | 1 | -1/+2 |
| | |||||
* | whatever | bloodstalker | 2017-06-22 | 1 | -0/+1 |
| | |||||
* | fix? | bloodstalker | 2017-06-22 | 1 | -1/+1 |
| | |||||
* | wip | bloodstalker | 2017-06-22 | 1 | -1/+6 |
| | |||||
* | now builds luajit as well | bloodstalker | 2017-06-10 | 1 | -1/+6 |
| | |||||
* | nothing | bloodstalker | 2017-05-23 | 1 | -0/+1 |
| | |||||
* | updated to build the new object | bloodstalker | 2017-05-15 | 1 | -1/+1 |
| |