Difference between revisions of "MSIL Disassembler (Ildasm.exe)"

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
(No difference)

Revision as of 21:40, 10 November 2013

The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.
Homepage:http://msdn2.microsoft.com/en-us/library/f7dy01k1(VS.80).aspx


Description

The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.exe). Ildasm.exe takes a portable executable (PE) file that contains Microsoft intermediate language (MSIL) code and creates a text file suitable as input to Ilasm.exe. 

User Experiences

Development Activity