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.
在 x64 Windows 下,返回地址不存储在rbp; 那么,如何跟踪调用堆栈呢?
rbp
另一个相关问题:
由于前四个参数是通过rcx、rdx、r8和传递的r9,我应该如何通过堆栈跟踪检索它们?(特别是优化编译。)
rcx
rdx
r8
r9
您可以使用 Windows 功能CaptureStackBackTrace。有关其他信息和代码参考,请参阅如何使用 Windows x64 记录堆栈帧。
CaptureStackBackTrace