What is ILDASM

The ILDASM is a Disassembler which stands for Intermediate Language Disassembler . This is a deCompiler which helps to get the source code from the assembly.This ILDASM converts an assembly to instructions from which source code can be obtained.The ILDASM can analize the .dll or .exe files and converts into human readable form. This is used to examine assemblies and understanding the assembly capability.