aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/demo2.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is ↵bloodstalker2018-09-081-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++ ↵bloodstalker2018-05-201-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 ↵bloodstalker2018-04-271-1/+1
| | | | ramdump. i just need to write a luawrapper.
* some fixesbloodstalker2018-03-191-2/+2
|
* added a lua module for asmrewriter, will soon add docs. you can try the new ↵bloodstalker2018-03-121-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 ↵bloodstalker2018-03-041-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 ↵bloodstalker2018-03-041-3/+39
| | | | the JMP_S_T pointers
* the skeletion code for the jump table struct is now workingbloodstalker2018-03-021-1/+7
|
* wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker2018-03-011-2/+28
| | | | implementation
* bruiser will now run a lua script before startup so now you can easily use ↵bloodstalker2018-02-241-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.