Rizzz Newbie cheater
Reputation: 0
Joined: 11 Feb 2013 Posts: 11
|
Posted: Thu Dec 29, 2016 7:43 pm Post subject: Pointers and debuging |
|
|
I'm trying to hack Batman: Arkham City.
I manage to find a value i'm looking for, however when i restart the game it's of course in a different place.
So i try to "Find out what writes to this address".
only i line seems to increase it,
| Code: | 00436FED - FF 15 94485B01 - call dword ptr [BatmanAC.GDebugger+1B4A0]
00436FF3 - 8B 44 24 10 - mov eax,[esp+10]
00436FF7 - 01 03 - add [ebx],eax <<
00436FF9 - 8B 1B - mov ebx,[ebx]
00436FFB - 8B 4C 24 14 - mov ecx,[esp+14]
EAX=0000000A
EBX=1E9E1D68
ECX=0000000A
EDX=0019D678
ESI=0019D71C
EDI=1E9E0BD0
ESP=0019D668
EBP=0019DBB0
EIP=00436FF9 |
i assumes that i need something that points to 1E9E1D68.
so i search that value and got 5 regular results and 2 from wow64.dll
but when i restart the game those does not point to what i'm looking for
now here is what confuses me
the moment it finds that same line those pointer change to the current value im looking for.
am i doing something wrong here?
|
|