If I'm using radare2, and I run, lets say dr
while debugging, it'll print pointers for some of the registers.
Lets pretend like esp
is resolving to 0x04084308
or something similar.
If I want to get the value that esp
is pointing to, how could I do that?
Thanks in advance.