Share via


MSIL Round-Trip Technology Sample

This sample demonstrates the use of the MSIL Disassembler (Ildasm.exe) and the MSIL Assembler (Ilasm.exe) to put an existing assembly through a round-trip. It shows the conversion of an executable to modifiable source code, and then the reassembly of the source.

Readme Location

For more information, see the Readme file at <SDK>v1.1\Samples\Technologies\IL

Concepts Presented in This Sample

MSIL, samples; Ildasm.exe; Ilasm.exe, samples