I would like to get the operand of an i386 instruction that is executed in my QEMU guest. for example ,I'd like to get the operand0x400400
of 40053a:e8 c1 fe ff ff callq 400400 <puts@plt>
,But it seems that I can not find the C function
used to get the operand.
Asked
Active
Viewed 47 times
0

William
- 43
- 1
- 7
-
Are you running QEMU in KVM(hardware accelerated virtualization) or TCG (pure emulation) mode ? – Arnabjyoti Kalita Jun 07 '18 at 05:04
-
@ArnabjyotiKalita Yes,I am running QEMU in TCG mode – William Jul 05 '18 at 00:05