 |
Cheat Engine The Official Site of Cheat Engine
|
View previous topic :: View next topic |
Author |
Message |
=sinister= Newbie cheater
Reputation: 0
Joined: 30 Sep 2007 Posts: 15
|
Posted: Sun Sep 30, 2007 5:43 pm Post subject: Pointer Question. |
|
|
Hi,
I was using a tutorial to find pointers.
anyways, it says that if you have something like this that writes to a memory address, than you find the eax value, then search for that and you have found your pointer:
But my question is, what if you have something like this?:
Code: |
mov [eax+edx*4], ecx
|
I tried adding the registers and multiplying them by 4 then searching for the value, but i don't get any addresses. Anyone have any ideas?
By the way, the game i'm trying to hack is World of Warcraft.
|
|
Back to top |
|
 |
Dark Byte Site Admin
Reputation: 470
Joined: 09 May 2003 Posts: 25796 Location: The netherlands
|
Posted: Sun Sep 30, 2007 6:14 pm Post subject: |
|
|
base would be eax and the offset the result of edx*4
so if edx = 0, the offset would be 4
if edx = 1, the offset would be 8
if edx = 2, the offset would be c
if edx = 3, the offset would be 10
but the base would be the same
(hex counting)
_________________
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 |
|
 |
=sinister= Newbie cheater
Reputation: 0
Joined: 30 Sep 2007 Posts: 15
|
Posted: Sun Sep 30, 2007 6:23 pm Post subject: |
|
|
Hi,
thanks for the reply.
So, I should search for the base, and then what? Add edx to the result and multiply it by 4 which should lead to the pointer?
--Edit--
Oh, I figured it out.
|
|
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
|
|