Posted: Thu Dec 27, 2012 11:39 am Post subject: Referencing found location of Aobscan in LUA
Hello,
basically I have a Lua script that uses Autoassemble to find some code and make changes in the assembly. But later I want to undo them. If I registerSymbol on "code" it breaks the code. Should I just add another label under "code" like "codeLocation" and then reference that (will it work)?
Thanks
Code:
function doStuff()
autoAssemble([[
AOBScan(code, stuff)
code:
do stuff
returnStatReader:
]])
end
function unDoStuff()
autoAssemble([[
How to access "code" here to undo
]])
end
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum