・ILDASM(Visual Studioに付属) Ildasm.exe (IL 逆アセンブラー)
IL 逆アセンブラーは、IL アセンブラー (Ilasm.exe) と対をなすツールです。
Ildasm.exe は、中間言語 (IL: Intermediate Language) コードを含む、ポータブル実行可能 (PE) ファイルを使用して、Ilasm.exe に対する入力として適したテキスト ファイルを作成します。
・dnSpy dnSpy
dnSpy is a debugger and .NET assembly editor. You can use it to edit and debug assemblies even if you don't have any source code available.
・Telerik JustDecompile Telerik JustDecompile
Free. For everyone. Forever. With an open source decompilation engine
・ .NET CodeReflect .NET CodeReflect
Decompile any .NET assembly to C#, VB.NET or MSIL
・ ILSpy ILSpy
ILSpy is the open-source .NET assembly browser and decompiler.
●以下は有償の .Netデコンパイルツール
・ Red Gate .NET Reflector(2011年の version 7から有料化しました) .NET Reflector
Decompile, understand, and fix any .NET code, even if you don't have the source
(無料の最終版は .NET Reflector version 6.8.2.5で .Net 4.0まで対応)
● Microsoft Visual Studioの C#で開発した .Netアプリの難読化をする方法