budi_tju Newbie cheater
Reputation: 0
Joined: 03 Jun 2005 Posts: 13
|
Posted: Fri Jun 03, 2005 9:32 pm Post subject: Problem with nested pointer |
|
|
I've had read your articles about pointer and nested / level pointer. It's great articles.
Yesterday, i try to search pointer address for health on a game.
This is my steps, correct me if i'm wrong:
- My health is 1275, search this value, the value address i got is 0E3E8560.
- I'm double click on this address and add it to the below pane, right click and choose find out what writes to this address. I got the value of the pointer needed to find this address is 0e3e84d0 + 00090H.
- Now i do search for this value, 0e3e84d0, and got address 0e3e7e28.
- I choose this address and click on find out what writes to this address.
After several times alt-tab to the game and back to CE, i receive nothing asm code at the list. So, I'm click on find out what access to this address and got value 0e3e7e28. This value is same with the prev step value i got.
- Ok, now i do search for this value, 0e3e7e28, and got address 0E384188. I'm click on find out what access to this address and got value 0e3e7e28. The asm code is mov esi, [esi+000004e8].
- Now i do search for this value, 0E384188, and found nothing.
My question is how to find this base pointer value? What and how values must add to the pointer textbox and offset textbox?
THX. |
|