aboutsummaryrefslogtreecommitdiffstats
path: root/bruiser/lua-scripts/demo2.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-08jmp_t_s now uses the new way of registering tables, the 5.3 way. bruiser is ↵bloodstalker1-0/+4
supposed to be luarocks-friendly so i wont remove the compatibility build.
2018-05-20wip:added a wasm backend. i need to setup an interface with the main c++ ↵bloodstalker1-6/+5
code. added some commands to bruiser for managing xobj memories
2018-04-27relicensed everything excluding safercpp to GPL-3.0. fixes #31. now there is ↵bloodstalker1-1/+1
ramdump. i just need to write a luawrapper.
2018-03-19some fixesbloodstalker1-2/+2
2018-03-12added a lua module for asmrewriter, will soon add docs. you can try the new ↵bloodstalker1-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
2018-03-04the jmp table is working now. you get member set and get methods, and an ↵bloodstalker1-6/+9
iterator. you can demo2 in the lua scripts folder for a test.
2018-03-04wip-the lua syntax is not what i want to be yet and im having trouble with ↵bloodstalker1-3/+39
the JMP_S_T pointers
2018-03-02the skeletion code for the jump table struct is now workingbloodstalker1-1/+7
2018-03-01wip-the asm rewriter module plus the assembly jump table lua module ↵bloodstalker1-2/+28
implementation
2018-02-24bruiser will now run a lua script before startup so now you can easily use ↵bloodstalker1-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.