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.
假设我有一个放置在非托管堆中的对象的地址。如何在 WinDbg 中获取对象的 C++ 类型?
这不是万无一失的,但它通常有效。
!heap -x ADDR
dps USERPOINTER