WinDBG 是 64 位还是 32 位版本?
我有一个 64 位主机操作系统和一个在 VMWare 中运行的 32 位客户操作系统。我想使用 WinDBG 从 64 位主机操作系统调试 32 位来宾操作系统。我应该安装哪个版本的 WinDBG? 32 位还是 64 位?
I have a 64 bit host OS and a 32 bit guest OS running inside VMWare. I want to use WinDBG to debug 32 bit guest OS from my 64 bit host OS. Which version of WinDBG should I install? 32 or 64 bit?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
64 位 WinDBG 可以调试 32 位目标。
本质上,您应该安装适合主机的软件包 - 该软件包可以附加到任何目标类型。
The 64-bit WinDBG can debug 32 bit targets.
Essentially, you should install the package that's appropriate for the host - that package can attach to whatever target type.
如果您的电脑配备支持 64 位的处理器 (CPU),则即使您当前运行的是 32 位版本,也可以安装 64 位版本的 Windows 7。但是,要在已运行 32 位版本的计算机上安装 64 位版本的 Windows 7,您需要备份文件并在安装过程中选择“自定义”选项。然后,您需要恢复文件并重新安装程序
If your PC has a 64 bit-capable processor (CPU), you can install a 64-bit version of Windows 7, even if you are currently running a 32-bit version. However, to install a 64-bit version of Windows 7 on a computer already running a 32-bit version, you'll need to back up your files and choose the Custom option during installation. Then, you'll need to restore your files and reinstall your programs