Help! Using memory hacker (Cheat Engine/Game Guardian) for debug

dinoid

Approved Modder
Original poster
Approved Modder
Dec 23, 2017
179
13,152
1,193
Brasil
Is it possible to use a memory hacker program to change the value of an offset that I got from dumping the assembly files?
Example:
- Get an offset, getGold -> offset: 0x42BF12
- Open Cheat Engine and attach to emulator process
- Find the mem address through the offset (I don't know how)
- Change the assembly commands in the address region / change the mem adress var value for debugging

If it's possible, can you guys give me an example on how to find the mem adress of the offset?
 
Last edited:

NullCoder

Inactive Approved Modder
Jun 8, 2020
110
900
93
21
None
Through the Cheat Engine, it is possible to use variables in the emulator, but I could not get a pointer to these variables.
 

shifty+

Platinian
Mar 6, 2022
10
2
3
27
Remote
So, the offset is basically useless since it points to a method/field and not the mem address itself?
Its useful because you can find the base address for the library in memory, then add the offset to that address and get the real location of the method/field.
 
  • Like
Reactions: dinoid