toffler Cheater
Reputation: 0
Joined: 27 Sep 2012 Posts: 38
|
Posted: Thu Sep 27, 2012 7:56 am Post subject: Need help with changing offsets |
|
|
Hi,
I found the base address to a block of info in a game's memory, basically it looks like this:
Base Pointer(XXXXXXXX) -> pointer value XXXXXXXX + OFFSET = XXXXXXXX (the address I need)
I found it using "what accesses this address" where the asm code was:
- mov ecx,[ebx+000000XX]
the problem is that I'm trying to make a C++ program that would snatch the block I need from the memory and when I restart the game the value of OFFSET(000000XX) is different every time.
I tried to find 000000XX in memory but there are dozens of thousands of addresses in search results and when I restart the game none of them holds the new offset.
Is there a way to find out where it comes from?
Thank you!
|
|