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.
在 disassemble 28 的以下输出中是十进制还是十六进制?mov edx,DWORD PTR [ebp-28]
很可能是十进制。那是GDB的输出吗?
较新版本的 GDB 使用十六进制,并对其进行了明确说明:
0x000cadb6 <+6>: mov eax,DWORD PTR [ebp+0x8]