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

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(Trial import from script.)
Line 12: Line 12:
  
 
= Description =
 
= 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.  
+
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 =
 
= User Experiences =

Revision as of 22:06, 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