---
title: "What is ILDASM?"  
description: "What is ILDASM?"  
author: "Varun Agrawal"  
published: 2011-03-18  
updated: 2020-09-21  
canonical: https://www.mindstick.com/interview/482/what-is-ildasm  
category: "assembly"  
tags: ["assembly"]  
reading_time: 1 minute  

---

# What is ILDASM?

The contents of an assembly may be viewed using the ILDASM tool, that comes with the .NET SDK or the Visual Studio.NET. The ildasm.exe tool may also be used in the command line compiler.

## Answers

### Answer by krishna bramhadandi

Ildasm.exe is a tool that takes a PE file containing the MSIL code as a parameter and

\

creates a text file that contains managed code.

### Answer by Varun Agrawal

The contents of an assembly may be viewed using the ILDASM tool, that comes with the .NET SDK or the Visual Studio.NET. The ildasm.exe tool may also be used in the command line compiler.


---

Original Source: https://www.mindstick.com/interview/482/what-is-ildasm

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
