| View previous topic :: View next topic |
| Author |
Message |
MARAN How do I cheat?
Reputation: 0
Joined: 11 Sep 2009 Posts: 2
|
Posted: Fri Sep 11, 2009 7:44 pm Post subject: How to find the memory pointer and offset? |
|
|
Hello there.
Well, I need to know how to find the pointer and offset for an specified memory address.
I.E.: I got the memory address 009006EA and want the pointer and offset for this one. This address is from calc.exe (Windows Calculator), I just used it only for an example.
There's any way to find it?
|
|
| Back to top |
|
 |
FullyAwesome I post too much
Reputation: 0
Joined: 05 Apr 2007 Posts: 4438 Location: Land Down Under
|
Posted: Fri Sep 11, 2009 9:31 pm Post subject: |
|
|
have you tried using the pointer scan feature in CE?
_________________
|
|
| Back to top |
|
 |
MARAN How do I cheat?
Reputation: 0
Joined: 11 Sep 2009 Posts: 2
|
Posted: Fri Sep 11, 2009 9:53 pm Post subject: |
|
|
I didn't seen that. Where it's located?
***EDIT***
Forgot it, I found.
Thanx guy.
|
|
| Back to top |
|
 |
kot1990 Expert Cheater
Reputation: 1
Joined: 06 Sep 2009 Posts: 131 Location: Greece
|
Posted: Sun Sep 13, 2009 12:16 pm Post subject: Re: How to find the memory pointer and offset? |
|
|
| MARAN wrote: | Hello there.
Well, I need to know how to find the pointer and offset for an specified memory address.
I.E.: I got the memory address 009006EA and want the pointer and offset for this one. This address is from calc.exe (Windows Calculator), I just used it only for an example.
There's any way to find it? |
There is not always a pointer to a value because some locations are constant and don't need to be pointed, but if it is, you can click Hex in CE and put the address 009006EA. If CE finds any values with that address, that means that the address that contains the value 009006EA is probably a pointer.
|
|
| Back to top |
|
 |
|