Avalonia-based .NET Decompiler (port of ILSpy)
Перейти к файлу
Jeffrey Ye cfcb337c1d revert space fix (Avalonia fixed this bug) 2019-11-26 00:38:53 -08:00
AvaloniaEdit@85c5774958 latest Avalonia and fix #21 2019-11-08 21:49:57 -08:00
ICSharpCode.Decompiler rework hierarchies 2018-08-29 16:34:10 -07:00
ICSharpCode.Decompiler.PdbProvider.Cecil 5.0 preview 2 2019-07-04 11:11:39 -07:00
ILSpy sync with ILSpy 5.0.2 2019-11-24 23:11:14 -08:00
ILSpy.Core revert space fix (Avalonia fixed this bug) 2019-11-26 00:38:53 -08:00
SharpTreeView sync with ILSpy 5.0.2 2019-11-24 23:11:14 -08:00
TestPlugin Rename files to keep same hierarchy as ILSpy 2018-09-02 14:59:30 +01:00
doc RC1 ILSpy 2019-01-05 10:48:41 -08: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
Directory.Build.props latest Avalonia and fix #21 2019-11-08 21:49:57 -08:00
Directory.Build.targets Update AvaloniaEdit. 2019-10-16 23:33:16 +01:00
ILSpy.sln Add more description and Fix sln 2018-09-07 05:21:11 +02:00
README.md Update README.md and fixed #16 2019-10-14 20:09:31 -07:00
appveyor.yml Make compiling more generic 2019-10-04 11:58:54 +02:00
build.cake use NSubsys instead of build script and update Avalonia 2018-12-29 11:46:43 -08: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 Sync with ILSpy 5 Preview 1 2019-03-20 12:14:36 -07:00
preview.png theme tweak 2018-12-29 14:28:16 -08:00
updates.xml RC1 ILSpy 2019-01-05 10:48:41 -08:00

README.md

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