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

From COPTR
Jump to navigation Jump to search
(Trial import from script.)
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{Infobox_tool
+
{{Infobox tool
|purpose= The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.
+
|purpose=The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.
|image=
+
|homepage=http://msdn2.microsoft.com/en-us/library/f7dy01k1(VS.80).aspx
|homepage= http://msdn2.microsoft.com/en-us/library/f7dy01k1(VS.80).aspx
+
|function=File Format Migration
|license=
+
}}
|platforms=
+
{{Infobox tool details
 +
|ohloh_id=MSIL Disassembler (Ildasm.exe)
 
}}
 
}}
 
<!-- Delete the Categories that do not apply -->
 
[[Category:File Format Migration]]
 
 
 
 
= 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.  

Latest revision as of 16:03, 22 April 2021





The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.
Homepage:http://msdn2.microsoft.com/en-us/library/f7dy01k1(VS.80).aspx
Function:File Format Migration
Error in widget Ohloh Project: unable to write file /var/www/html/extensions/Widgets/compiled_templates/wrt66216fe1bba8a4_54851064


Description[edit]

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[edit]

Development Activity[edit]