WinDbg远程调试unable to initialize target machine information win32 error 0n87

Debugging Target:Windows XP SP3 32-bit

Debugging Host:Windows Server 2012 64-bit

当附加到目标服务器某个进程后,WinDbg x86(6.11.1.404)提示:

unable to initialize target machine information win32 error 0n87

这是一个旧版本已知的bug,更新WinDbg版本即可(具体在哪一个版本修复并不清楚,我使用Windows SDK 8.0自带的6.2.9200.16384版本)。

原文地址:https://www.cnblogs.com/junchu25/p/3623226.html