I just installed Visual Studio 2008, and am looking to use the Microsoft Intermediate Language Disassembler (ILDASM.exe
) to look at some DLL
s.
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.