Joined: 09 May 2003 Posts: 25808 Location: The netherlands
Posted: Fri Aug 09, 2013 2:57 am Post subject:
[Edi] can also be written as [edi+0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000] _________________
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
[Edi] can also be written as [edi+0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000]
So the offset here is 0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000?
Also there may actually be a non-zero offset, but edi has already been changed to the direct pointer to the member. For instance:
Code:
lea edi,[eax+50]
or
add edi,50
Try looking earlier for code that sets edi. Also use 'S' in the lower-right of the 'Extra info' window to see the stack. If you see a value just under the EDI value then that might be the base of the structure and you can figure out the offset. For instance '046267C0' might be on the stack and the offset would be 50.
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