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 に関してどこかに格納されます....
これらの引数を取得する方法