bartekdvd How do I cheat?
Reputation: 0
Joined: 01 Jan 2012 Posts: 4
|
Posted: Mon Mar 28, 2016 6:05 am Post subject: Dissecting code - module base address |
|
|
Hey,
When I save dissect code to file, restart program and then load dissect to memory all my referenced strings and functions have wrong addresses, because base address of .exe file is different each time I launch the program. Is there a way to update addresses in dissect code?
I'm using these LUA functions:
| Code: | function loadDissect()
getDissectCode().loadFromFile(DissectFileName)
end
function saveDissect()
getDissectCode().saveToFile(DissectFileName)
end |
Regards
|
|