---
title: "what is ILDASM?"  
description: "what is ILDASM?"  
author: "Rajesh Goswami"  
published: 2010-10-19  
updated: 2020-09-24  
canonical: https://www.mindstick.com/interview/41/what-is-ildasm  
category: ".net"  
tags: [".net"]  
reading_time: 1 minute  

---

# what is ILDASM?

## ILDASM (INTERMEDIATE LANGUAGE DISASSEMBLER)

ILDASM is a tool in which we can see the inner working of the application allowing you to find out where we can optimized our code ILDASM.exe can be open in any one of the portable executable file like, **exe**(executable file), **dll**(dynamic link library),**.mod**(module) , **.mdl**(memory descriptor list).

The portable executable file contains three main piece of information.

� **CIL instruction**

� **Metadata**

� **Assembly manifest information**

## Answers

### Answer by Uttam Misra

## ILDASM (INTERMEDIATE LANGUAGE DISASSEMBLER)

ILDASM is a tool in which we can see the inner working of the application allowing you to find out where we can optimized our code ILDASM.exe can be open in any one of the portable executable file like, **exe**(executable file), **dll**(dynamic link library),**.mod**(module) , **.mdl**(memory descriptor list).

The portable executable file contains three main piece of information.

� **CIL instruction**

� **Metadata**

� **Assembly manifest information**


---

Original Source: https://www.mindstick.com/interview/41/what-is-ildasm

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
