Find out value in stack using GDB relative to sp

前端 未结 0 1213
独厮守ぢ
独厮守ぢ 2021-01-22 03:49

I want to find where specific value ( 0xabcd ) is located relative to sp register

find $sp-0x100, $sp,0xabcd , that works for me.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题