Avalonia-based .NET Decompiler (port of ILSpy)
Перейти к файлу
Jeffrey Ye 31861b23c0 Update README.md and fixed #16 2019-10-14 20:09:31 -07:00
AvaloniaEdit@c2038d04c7 5.0 preview 2 2019-07-04 11:11:39 -07: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 more compatible 2019-10-14 19:53:01 -07:00
ILSpy.Core Fix SearchPane and use DataGrid to list items 2019-07-04 13:01:52 -07:00
SharpTreeView shortcut key support. Fix #14 2019-07-04 11:12:52 -07: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
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