Posted: Tue Jan 22, 2013 7:35 am Post subject: Get EAX value after definite instruction at definite address
Hi!
I have an instruction in my debugger:
Code:
00E51807 - 89 50 08 - mov [eax+08],edx
My task is to get EAX value before the instruction or get EDX value after the instruction.
Is it possible?
I know instruction address and it is static. (00E51807)
Joined: 09 May 2003 Posts: 25812 Location: The netherlands
Posted: Tue Jan 22, 2013 8:08 am Post subject:
rightclick in the disasembler and choose "Find out what addresses this code accesses"
Then you can rightclick the address(es) that show up and choose the option to view the register states.
EDX will be the same before and after the instruction, same for EAX _________________
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
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