Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如果x /w $rbp + 0x18打印地址和该地址的值,有什么方法可以打印地址和值的间隔$rbp吗?
x /w $rbp + 0x18
$rbp
类似的东西x /w $rbp +- 0x18,即范围 from $rbp - 0x18to $rbp + 0x18?
x /w $rbp +- 0x18
$rbp - 0x18
$rbp + 0x18
来自 gdb :FMT 是一个重复计数,后跟一个格式字母和一个大小字母。:
x/48w $rbp-0x18