MSIL Disassembler alternatives
The MSIL Disassembler is a tool that converts Microsoft intermediate language (MSIL) code in portable executable (PE) files into text format. It is used alongside the MSIL Assembler (Ilasm.exe) for compiling and analyzing .NET applications. It is included in the .NET Framework and available for Windows platforms.