Sunday, 15 March 2015

x86 - GDB IA32 seeing whats at a memory address? -



x86 - GDB IA32 seeing whats at a memory address? -

i have instruction

cmp %eax,0x18(%esp,%ebx,4)

i know means compare whatever @ address eax, cannot figure out how see whats @ address.

i tried p/s address, x/s bad calculation of address, failed. help?

any help

you didn't show you've tried. should work:

x/x (0x18 + $esp + 4 * $ebx)

memory x86 gdb att ia-32

No comments:

Post a Comment