icsharpcode / AvaloniaILSpy

Avalonia-based .NET Decompiler (port of ILSpy)
1.5k stars 169 forks source link
avalonia decompiler dotnet dotnetcore

AvaloniaILSpy Build AvaloniaILSpy

This is cross-platform version of ILSpy built with Avalonia.

Supported Features

Download

Stable Release

https://github.com/icsharpcode/AvaloniaILSpy/releases

Bleeding-edge Builds

Grab artifacts from the latest master CI build. This includes Linux, Mac and Windows.

How to run on Linux:

How to run on Mac:

Build from sources

  1. Install dotnet 6 or above from https://dotnet.microsoft.com/en-us/download/dotnet
  2. Clone repository : git clone https://github.com/icsharpcode/AvaloniaILSpy.git.
  3. Run build script: dotnet tool restore and dotnet cake
  4. Artifacts will be located in subdirectory artifacts.