MSIL Disassembler favicon

MSIL Disassembler

The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.exe). Ildasm.exe takes a portable executable (PE) file that contains Microsoft intermediate language (MSIL) code and creates a text file suitable as input to Ilasm.exe. .Net 3.5 – The default installation would have placed the ildasm executable in the following folder:

C:\Program Files\Microsoft SDKs\Windows\v6.0A\bin .Net 2.0 – The default installation would have placed the ildasm executable in the following folder: C:\Program Files\Microsoft.NET\FrameworkSDK\bin

dotPeek

dotPeek

What's Cool about dotPeek? Decompiling .NET 1.0-4.0 assemblies to C# Quick jump to a specific type, assembly, symbol, or type ...