drguildo How do I cheat?
Reputation: 0
Joined: 19 Dec 2012 Posts: 2
|
Posted: Wed Dec 19, 2012 9:26 am Post subject: Addresses Involved in Pointer Search |
|
|
When doing a basic pointer search there seem to be 3 memory addresses involved:
The address of the initial variable in memory (e.g. HP)
The address that you get when doing "Find out what accesses/writes to this address" for the variable
The address you get when doing a memory scan for that address
Can anybody explain what the second two addresses are? I'm guessing that one of them is the address for the location of the pointer but can't figure out what the other one would be. Thanks.
|
|