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


i need analysis x86 dump file, want install x86 windbg on computer.

or if can use x64 windbg analysis x86 dump file?

yes, , idea since you'll need 32 bit version debug 32 bit applications/dumps. files located in install directory, can have number of installations side side.

also, keep in mind if use 64 bit tool create dump, you'll 64 bit dump - if process 32 bit. in case you'll dump of wow64 process, makes debugging dump bit more difficult. however, if use 32 bit tool create dump file, you'll regular 32 bit dump , can use 32 bit debugger would.


Comments

Popular posts from this blog

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -

openssl - Load PKCS#8 binary key into Ruby -