Avalonia-based .NET Decompiler (port of ILSpy)
Перейти к файлу
Jeffrey Ye 00bc8ddee6
Add osx-arm64 artifact (#92)
2021-12-29 16:36:45 -08:00
.github/workflows Add osx-arm64 artifact (#92) 2021-12-29 16:36:45 -08:00
ICSharpCode.Decompiler rework hierarchies 2018-08-29 16:34:10 -07:00
ICSharpCode.Decompiler.PdbProvider.Cecil Update to ICSharpCode.Decompiler 7.1 2021-05-31 07:59:04 +02:00
ILSpy M1 Support(#91) 2021-12-29 16:25:20 -08:00
ILSpy.Core M1 Support(#91) 2021-12-29 16:25:20 -08:00
SharpTreeView upgrade avalonia to 0.10.2 2021-04-25 15:17:05 -07:00
TestPlugin Fix crashes introduced by d15808. (#71) 2021-06-15 00:41:17 -07:00
doc RC1 ILSpy 2019-01-05 10:48:41 -08:00
.gitattributes Init commit 2018-08-03 12:59:48 -07:00
.gitignore Add osx-arm64 artifact (#92) 2021-12-29 16:36:45 -08:00
.gitmodules Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
Directory.Build.props M1 Support(#91) 2021-12-29 16:25:20 -08:00
Directory.Build.targets Update AvaloniaEdit. 2019-10-16 23:33:16 +01:00
ILSpy.sln Avalonia 0.10.0 (#54) 2021-02-22 23:37:57 -08:00
README.md Update README.md 2021-02-23 23:02:13 -08:00
build.cake Remove artifact zip task because https://github.com/cake-build/cake/issues/2592 2021-02-24 07:37:31 +01: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 Fix #61 2021-04-14 09:32:21 +02: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 Build AvaloniaILSpy

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

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

How to run on Linux:

  • just open it
  • if you have trouble, please try to grant it the rights to execute chmod a+x ILSpy
  • you could also run it in command line by ./ILSpy

How to run on Mac:

  • just move the app into /Applications folder and open it
  • if you see “ILSpy” cannot be opened because the developer cannot be verified., please open up System Preferences -> Security & Privacy -> General -> Open Anyway
  • if you see the error The application ILSpy can't be opened' error on launch, you could chmod +x "/Applications/ILSpy.app/Contents/MacOS/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.