zhaihouxi Newbie cheater
Reputation: 0
Joined: 27 Jul 2020 Posts: 17
|
Posted: Mon Jul 27, 2020 4:38 am Post subject: How to find previeus instruction which writes the memory |
|
|
i'm debugging a game and it's hard to get the dedired game state. So i use break and trace.
say, the game derive the lost HP, save it into an dynamic address, but not stack, like
mov [esi+0C],eax // set lost hp. i want to backtrace this
and set HP like
sub eax,[esi+1c0] // set hp. i start debug here
where i start debug from.
so, could i use a lua search to backtrace the instruction which modified a memory? like find AccessMemory==0xXXXX
and can cheat engine snap shoot the whole game state?
|
|