I'm trying to use dumpbin
with the /DISASM
option to dump the disassembly of a file.
It gives me the error LINK : warning LNK4195: unable to load msdis170.dll
.
Apparently the file msdis170.dll
doesn't exist on my computer.
I've tried reinstalling the Windows SDK and that didn't work.
So, how do I get this file?
I'm using Windows 7 Home Premium 64 bit, with the latest version of the Windows SDK.