Can I install both x86/x64 windbg on my x64 WIN7?

你离开我真会死。 提交于 2019-12-30 06:21:17

问题


I need to analysis some x86 dump file, So I want to install the x86 windbg on my computer.

or if I can use the x64 windbg to analysis the x86 dump file?


回答1:


Yes, and it is a good idea to do so since you'll need the 32 bit version to debug 32 bit applications/dumps. All the files are located in the install directory, so you can have any number of installations side by side.

Also, keep in mind that if you use a 64 bit tool to create a dump, you'll get a 64 bit dump - even if the process is 32 bit. In that case you'll get a dump of the WoW64 process, which makes debugging the dump a bit more difficult. However, if you use a 32 bit tool to create the dump file, you'll get a regular 32 bit dump and then you can use the 32 bit debugger as you normally would.



来源:https://stackoverflow.com/questions/3797275/can-i-install-both-x86-x64-windbg-on-my-x64-win7

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!