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 和 SOS 检查 .NET 对象内部。我有一堂有 3 种方法的课。当我使用命令转储方法表时,!dumpmt -md [address]我得到了 8 种方法的描述。
!dumpmt -md [address]
当我使用命令转储内存时,我dd [address]找不到 3 种方法(见图 - 粉色框)。值 0x0003(在红色圆圈中)接缝也很奇怪,因为它应该代表方法的总数(包括虚拟),但它只代表非虚拟方法的数量。黑盒中的值代表什么?
dd [address]