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.
是否可以使用 RTLVirtualUnwind windows API 检索调用堆栈中所有帧的函数参数?
平台::win64
参数在 RCX、RDX、R8、R9 中传递,它们是易失性寄存器......在函数调用之间,这些寄存器中的值被破坏......所以这些存储在相对于 Rbp 或 Rsp 的某个位置......
如何检索这些参数
一般情况下是不可能的。