31861b23c0 | ||
---|---|---|
AvaloniaEdit@c2038d04c7 | ||
ICSharpCode.Decompiler | ||
ICSharpCode.Decompiler.PdbProvider.Cecil | ||
ILSpy | ||
ILSpy.Core | ||
SharpTreeView | ||
TestPlugin | ||
doc | ||
.gitattributes | ||
.gitignore | ||
.gitmodules | ||
ILSpy.sln | ||
README.md | ||
appveyor.yml | ||
build.cake | ||
build.ps1 | ||
build.sh | ||
nuget.config | ||
preview.png | ||
updates.xml |
README.md
AvaloniaILSpy
This is cross-platform version of ILSpy built with Avalonia.
Supported Features
- Decompilation
- Analyze Window
- Search for types/methods/properties (substring)
- Hyperlink-based type/method/property navigation
- Extensible via MEF Extensibility (Check out TestPlugin folder). Note: This is not compatible with ILSpy Plugins.
- Check out feature support status
Download
Stable Release
https://github.com/icsharpcode/AvaloniaILSpy/releases
Bleeding-edge Builds
Version | Installers (for x 64) |
---|---|
Windows | Download |
macOS | Download |
Linux | Download |
How to run on Linux:
- grant it the rights to execute
chmod a+x ILSpy
- run
./ILSpy