What is the Intermediate Language Disassembler (ILDASM)?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What is the Intermediate Language Disassembler (ILDASM)?
Rating:
The Intermediate Language Disassembler (ILDASM) is a tool that parses any kind of .NET Framework module (such as .dll or .exe) and presents it in human readable form. ILDASM performs operations on Portable Executable (PE) files that are stored on disk. Users can also write applications using ILDASM, which is similar to the assembly language.
Rating:
Was this information helpful?
Other articles
- How to use GZipStream class to compress a file?
- What is the Data Encryption Standard (DES)?
- How to read text from a file?
- How to create a custom user privilege model?
- What is the use of the virtual keyword?