Acquiring an operand from an instruction

Posted by shadeMe on Stack Overflow See other posts from Stack Overflow or by shadeMe
Published on 2010-05-14T02:26:44Z Indexed on 2010/05/14 2:34 UTC
Read the original article Hit count: 253

Filed under:
|
|
|

Given the following x86 assembly instructions

mov     esi, offset off_9F6FBC
cmp     esi, offset off_B17FCC

how would I get the address of the offsets (the second operand) ?

© Stack Overflow or respective owner

Related posts about disassembly

Related posts about x86