Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is ↵ | bloodstalker | 2018-09-08 | 1 | -0/+4 |
| | | | | supposed to be luarocks-friendly so i wont remove the compatibility build. | ||||
* | wip:added a wasm backend. i need to setup an interface with the main c++ ↵ | bloodstalker | 2018-05-20 | 1 | -6/+5 |
| | | | | code. added some commands to bruiser for managing xobj memories | ||||
* | relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵ | bloodstalker | 2018-04-27 | 1 | -1/+1 |
| | | | | ramdump. i just need to write a luawrapper. | ||||
* | some fixes | bloodstalker | 2018-03-19 | 1 | -2/+2 |
| | |||||
* | added a lua module for asmrewriter, will soon add docs. you can try the new ↵ | bloodstalker | 2018-03-12 | 1 | -18/+38 |
| | | | | module by running asmtest.lua or demo2.lua did some cosmetic fixes to load bfd so it doesnt suck as hard when you get dumps | ||||
* | the jmp table is working now. you get member set and get methods, and an ↵ | bloodstalker | 2018-03-04 | 1 | -6/+9 |
| | | | | 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 | -3/+39 |
| | | | | the JMP_S_T pointers | ||||
* | the skeletion code for the jump table struct is now working | bloodstalker | 2018-03-02 | 1 | -1/+7 |
| | |||||
* | wip-the asm rewriter module plus the assembly jump table lua module ↵ | bloodstalker | 2018-03-01 | 1 | -2/+28 |
| | | | | implementation | ||||
* | bruiser will now run a lua script before startup so now you can easily use ↵ | bloodstalker | 2018-02-24 | 1 | -0/+35 |
your lua rocks from inside bruiser. added a new demo using bruisers xobj module. added a new bruiser option for the default lua script to run prior to bruiser startup. updated the readme for bruiser. |