But, I work into qemu code. Is there a c qemu function  for this??
On 05/07/12 19:10, Mulyadi Santosa wrote:
On Mon, May 7, 2012 at 11:49 PM, Davide Ferraretto
<femudevelopm...@gmail.com>  wrote:
how can I read location of memory poits by esp register (i386 cpu)??


CMIIW, using gdb stub hooked to Qemu, it should be:
p $esp
<get the number>
x<from the number above>



Reply via email to