I am new to assembly and I am trying to print a value stored in the following address.
cmp %esi,0x10(%rsp,%rax,4)
I think it is something like
x/d $rsp+ 0x10 + 4*$rax
I am new to assembly and I am trying to print a value stored in the following address.
cmp %esi,0x10(%rsp,%rax,4)
I think it is something like
x/d $rsp+ 0x10 + 4*$rax