Using ILDASM with Visual Studio 2008
Posted
by pianoman
on Stack Overflow
See other posts from Stack Overflow
or by pianoman
Published on 2009-07-15T15:48:54Z
Indexed on
2010/04/04
23:43 UTC
Read the original article
Hit count: 764
dll
|visual-studio-2008
I just installed Visual Studio 2008, and am looking to use the Microsoft Intermediate Language Disassembler (ILDASM.exe) to look at some DLLs.
Problem is, "ildasm" is not recognized on the command line, and I cannot find ildasm.exe anywhere in my VS 2008 install directory (e.g. c:\programs\Visual_Studio_9.0\).
Any ideas?
UPDATE: Found it! At C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin
This answer helped.
© Stack Overflow or respective owner