Hi guys im working on a CTF challenge and don't quite understand this asm command:
mov %edx,0x20(%esp,%eax,4)
Im assuming its: move $edx
into (0x20 + $esp + $eax + 4)
However when I checked this with gdb it isn't correct. Anyone mind explaining how this instruction works?
Thanks for your help!