Skip to content

Avalonia-based .NET Decompiler (port of ILSpy)

Notifications You must be signed in to change notification settings

WindowAzure/AvaloniaILSpy

 
 

Repository files navigation

AvaloniaILSpy appveyor

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

Build from sources

  1. Clone repository with submodules: git clone --recurse-submodules.
  2. Run build script: build.ps1 on Windows and ./build.sh on Linux and Mac OS.
  3. Artifacts will be located in subdirectory artifacts.

About

Avalonia-based .NET Decompiler (port of ILSpy)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 98.9%
  • Other 1.1%