What is ILDASM?

 Posted by Tripati_tutu on 1/4/2011 | Category: C# Interview questions | Views: 20626 | Points: 40
Answer:

The ILDASM stands for Intermediate Language Disassembler . This is a de-compiler 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.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response