Posted: Fri May 07, 2010 6:22 pm Post subject: Re: help me!...finding the offset and explaining...please!
Code:
mov eax, dword ptr ds:[eax*4+007cc7a8]
The pointer base is 007CC7A8. This is pointing to an element of an array. Before this instruction is executed, EAX holds the index to this array. Your offset will be EAX*4, where EAX == index of array. _________________
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