Avalonia-based .NET Decompiler (port of ILSpy)
Перейти к файлу
Jeffrey Ye 692e90f59e Fix search pane and analyzer window 2018-08-31 23:26:27 -07:00
AvaloniaEdit@3aaa5dddb7 update avalonia version 2018-08-29 16:35:00 -07:00
ICSharpCode.Decompiler rework hierarchies 2018-08-29 16:34:10 -07:00
ICSharpCode.Decompiler.PdbProvider.Cecil Fix build config 2018-08-30 10:12:57 -07:00
ILSpy.Avalonia Fix mac rendering issue and move icons assets 2018-08-31 15:05:05 -07:00
ILSpy.Avalonia.Core Fix search pane and analyzer window 2018-08-31 23:26:27 -07:00
SharpTreeView.Avalonia renames controls 2018-08-31 18:03:07 -07:00
TestPlugin.Avalonia finish migrating to v4 2018-08-30 09:51:24 -07:00
doc Init commit 2018-08-03 12:59:48 -07:00
.gitattributes Init commit 2018-08-03 12:59:48 -07:00
.gitignore Init commit 2018-08-03 12:59:48 -07:00
.gitmodules Init commit 2018-08-03 12:59:48 -07:00
ILSpy.Avalonia.sln finish migrating to v4 2018-08-30 09:51:24 -07:00
README.md macOS app builder 2018-08-30 22:01:06 -07:00
appveyor.yml fix build scripts 2018-08-05 21:39:06 -07:00
build.cake Fix mac rendering issue and move icons assets 2018-08-31 15:05:05 -07:00
build.ps1 Add build scripts and fix errors on win/osx 2018-08-05 19:17:41 -07:00
build.sh Add build scripts and fix errors on win/osx 2018-08-05 19:17:41 -07:00
nuget.config Update nuget.config 2018-08-04 10:46:02 -07:00
preview.png Remove platform dependent function, 2018-08-30 10:33:54 -07:00
updates.xml Fix build config 2018-08-30 10:12:57 -07:00

README.md

AvaloniaILSpy appveyor PayPal donate button

This is a port of ILSpy.

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.

Bleeding-edge Builds

Version Installers (for x 64)
Windows Download
macOS Download
Ubuntu Download
Debian Download

How to run on Linux/macOS:

  • grant it the rights to execute chmod a+x ILSpy.Avalonia
  • run ./ILSpy.Avalonia