ILSpy
リポジトリ:
icsharpcode/ILSpy: .NET Decompiler with support for PDB generation, ReadyToRun, Metadata – GitHub
ダウンロード
入手:
使い方
参考:
ILSpy で C# のコードを逆コンパイルする | IT ネタその他もろもろ
ILSpy で .NET のアセンブリを逆コンパイルしてソースコードを参照する | JOHOBASE
無償の逆コンパイラ ILSpy を利用するには? | @IT
How to decompile published asp.net mvc core files – Stack Overflow
概要
参考:
Decompilation of C# code made easy with Visual Studio | Visual Studio Blog [Official]
ソースコードを保存する
参考:
プログラムからソースコードの復元ができる ILSpy の使い方 | WebCli
How to use ICSharpCode.Decompiler to decompile a whole assembly to a text file? – Stack Overflow
コードを修正する
参考:
Edit .NET assembly and recompile – Stack Overflow
Modify code with ILSpy – Reverse Engineering Stack Exchange
DLL を修正する
参考:
dotnet dll decompile and change the code – Stack Overflow
コマンドラインから使う
参考:
Is there a way to do automated decompilation with ILSpy? – Stack Overflow
デコンパイルできない
参考:
プロパティ/アクセサーメソッド
参考:
how to make ILspy c# decompile result have better format? – Stack Overflow
CS0571 ‘ResizeSettings.Width.set’: cannot explicitly call operator or accessor – Stack Overflow
Unity で依存ライブラリを検証する
参考:
API Compatibility Level – UWP Player Settings | Unity 2022.2 マニュアル [公式]
チュートリアル
Visual Studio Extension
入手:
ILSpy | Visual Studio Marketplace [Official]
Costura Plugin
リポジトリ:
参考:
Reversing and Patching .NET Binaries with Embedded References | Insinuator.net