.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Siegfried Pammer 31469c8ef1 Implement UsingTransform in ILAst. 8 years ago
BuildTools [nullables] Add support for lifted binary operators where one of the inputs is nullable. 8 years ago
ICSharpCode.Decompiler Implement UsingTransform in ILAst. 8 years ago
ICSharpCode.Decompiler.Console Test on Ubuntu 16.04 with RID linux-x64 8 years ago
ICSharpCode.Decompiler.Tests Implement UsingTransform in ILAst. 8 years ago
ILSpy Add support for syntax sugar when writing out the ILAst. 8 years ago
ILSpy-tests@34e09fda5a Update ILSpy-tests submodule for updated ICSharpCode.Decompiler.dll. 8 years ago
ILSpy.AddIn [ILSpy.AddIn] Open multiple output artifacts, if present. 8 years ago
ILSpy.BamlDecompiler Work around improper .NET Standard build support in cecil 8 years ago
ILSpy.BamlDecompiler.Tests Work around improper .NET Standard build support in cecil 8 years ago
NRefactory.VB Fix #716: OverflowException when converting System.Enum To System.Int64 in CustomAttribute 9 years ago
SharpTreeView Merge remote-tracking branch 'origin/master' into newdecompiler. 8 years ago
TestPlugin Update documentation in CustomLanguage 8 years ago
cecil@6ca33bf7fa Update cecil to jbevain/cecil@6ca33bf7fad842a056f4ab0c766d7399d7553f8e 8 years ago
doc Remove /doc/Dissertation as it's no longer relevant. 8 years ago
.editorconfig Convert most Rebracer rules to .editorconfig (natively supported by VS) 8 years ago
.gitattributes Add .gitattributes and normalize newlines 12 years ago
.gitignore [ILSpy.AddIn] Fix missing libraries in vsix. 8 years ago
.gitmodules Delete a bunch of dead code. 8 years ago
.tgitconfig Add tgit.icon project config 11 years ago
ICSharpCode.Decompiler.Console.sln Add ilspycmd 8 years ago
ICSharpCode.Decompiler.sln Require Visual Studio 2017 or newer 8 years ago
ILSpy.sln Require Visual Studio 2017 or newer 8 years ago
README.md Fix typo, add link to subdirectory 8 years ago
appveyor-ilspycmd.yml Add appveyor-ilspycmd.yml 8 years ago
appveyor.yml Fix build. 8 years ago
clean.bat Remove pre-.NET 4.5 ifdefs 8 years ago
debugbuild.bat Don't use parallel build; the .NET core tooling is too broken. 8 years ago
releasebuild.bat Don't use parallel build; the .NET core tooling is too broken. 8 years ago

README.md

ILSpy Join the chat at https://gitter.im/icsharpcode/ILSpy NuGet Build status Twitter Follow ilspy.net ILSpy VS extension

ILSpy is the open-source .NET assembly browser and decompiler.

Download: latest release | latest CI build

Note: Only the CI builds support .NET Standard/Core assemblies. However, those builds are not yet at feature parity with the released bits, see C# language support status for details.

Looking for a (Linux/Mac/Windows) command line client (or a sample for the ICSharpCode.Decompiler Nuget)? Check out ICSharpCode.Decompiler.Console!

License

ILSpy is distributed under the MIT License.

Included open-source libraries:

  • Mono.Cecil: MIT License (thanks to Jb Evain)
  • AvalonEdit: LGPL
  • SharpTreeView: LGPL
  • ICSharpCode.Decompiler: MIT License (developed as part of ILSpy)
  • Ricciolo.StylesExplorer: MS-PL (part of ILSpy.BamlDecompiler.Plugin)
  • Newtonsoft Json.NET: MIT License