 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
[email protected] How do I cheat?
Reputation: 0
Joined: 08 Jul 2016 Posts: 2
|
Posted: Fri Jul 08, 2016 8:37 am Post subject: 2nd pointer in tutorial Step 8 (Multi-level pointers) |
|
|
I can't find the 2nd pointer level in the tutorial for some reason, I must be doing something really stupid.
The steps I took:
1) I find the address of the value (396), address = 016F4F40
2) Find out what writes to it, change value, get 016F4F28 with offset 18
3) Do a hex scan for value 016F4F28, get address 0166D518
4) Add address manually, tick pointer with offset 18.
So far so good, the pointer is pointing to the correct value (396)
5) I right click on pointer and do find out what access this address / find out what accesses this pointer
6) change value, get two entries, one is a copy, one is a compare, I go for the copy:
Results:
Probable base pointer =016F4F28
Code: | 00425B1A - cmp dword ptr [esi],00
00425B1D - je Tutorial-i386.exe+25B75
00425B1F - mov esi,[esi] <<< red line
00425B21 - mov edx,[esi+04]
00425B24 - mov eax,[esi] |
But this base pointer is the same as I found at step 2??
I could do a hex scan for value 016F4F28 but I would be repeating step 3.
Am I being really stupid?
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25794 Location: The netherlands
|
Posted: Fri Jul 08, 2016 8:48 am Post subject: |
|
|
when you did find what accesses on 0166D518 you should have received two addresses. (click on change value)
00425B1A - 83 3E 00 - cmp dword ptr [esi],00
and
00425B1F - 8B 36 - mov esi,[esi]
I recommend the first one, as the second one will mess up the value of ESI as the state you see is after it got executed (not that it matters much, as you know that esi was 0166D518 )
anyhow, the offset is 0, so the base address is 0166D518-0 = 0166D518
so do a hexadecimal value scan for 0166D518
_________________
Do not ask me about online cheats. I don't know any and wont help finding them.
Like my help? Join me on Patreon so i can keep helping |
|
Back to top |
|
 |
[email protected] How do I cheat?
Reputation: 0
Joined: 08 Jul 2016 Posts: 2
|
Posted: Fri Jul 08, 2016 8:56 am Post subject: |
|
|
Thanks, I thought I had tried that. Also I'm sure I read somewhere that you should always try an entry that does copy rather than compare.
|
|
Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum
|
|