kookie2332 How do I cheat?
Reputation: 0
Joined: 06 Jan 2024 Posts: 1
|
Posted: Sat Jan 06, 2024 10:23 pm Post subject: How does the memory viewer's "step out" feature re |
|
|
So I'm trying to reverse-engineer "The Battle of Wesnoth" version 1.14.9, and as part of this I'm trying to reach a particular address
Starting from a breakpoint at
which can be activated when recruiting a unit (in turn deducting your gold).
This is no issue for x32dbg, where I can simply perform the operations
| Code: | Execute until return,
Step over
|
8 times, which will then get me to the target address.
However, I can't seem to do the same with cheat engine. No matter how many times I perform
cheat engine never actually reaches the target address, even though the first 7 addresses reached by the "step out" feature are exactly the same as those reached by x32dbg.
Why is this the case?
Does "step out" not actually perform "execute until return" and then "step over" as per x32dbg?
How can I reach the target address without needing to spam "step into" or step over"?
|
|