MSIL 反汇编程序是 MSIL 汇编程序 (Ilasm.exe) 的伙伴工具。 Ildasm.exe 采用包含 Microsoft 中间语言 (MSIL) 代码的可迁移可执行 (PE) 文件,并创建相应的文本文件作为 Ilasm.exe 的输入。
安装 Visual Studio 和 Windows SDK 时会自动安装此工具。 要运行工具,我们建议您使用 Visual Studio 命令提示符或 Windows SDK 命令提示符(也称 CMD Shell)。 您可以使用这些实用程序轻松运行工具,而不需要导航到安装文件夹。 Visual Studio and Windows SDK Command Prompts.‘>有关详细信息,请参阅Visual Studio 和 Windows SDK 命令提示。
Start, click All Programs, click Visual Studio, click Visual Studio Tools, and then click Visual Studio Command Prompt.‘>如果您的计算机上已安装了 Visual Studio:在任务栏上依次单击 Start、All Programs、Visual Studio、Visual Studio Tools、Visual Studio Command Prompt。
- 或 -
Start, click All Programs, click the folder for the Windows SDK, and then click Command Prompt (or CMD Shell).‘>如果您的计算机上已安装了 Windows SDK:在任务栏上依次单击 Start、All Programs、Windows SDK 文件夹和 Command Prompt(或CMD Shell)。
Ildasm.exe(MSIL 反汇编程序),布布扣,bubuko.com
原文:http://www.cnblogs.com/duanxz/p/3626274.html