What is ILDASM ?
In : Subject : C SharpIntermediate Language Disassembler (ILDASM) is an acronym for Intermediate Language Disassembler. This is a de-compiler that aids in the extraction of source code from assembly.
This ILDASM translates an assembly to instructions, which may then be used to generate source code.
The ILDASM analyzes.dll and.exe files and translates them into human-readable formats. This is used to look at assemblies and figure out how well they can be put together.