.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 2360c24133 fix #713 - Issue when Decompiling parts of a Compiled EXE who's Namespace has a ton of controls. 9 years ago
AvalonEdit@19611add5a Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
BuildTools Use proper naming convention so the build artefacts are picked up properly 9 years ago
ICSharpCode.Decompiler fix #713 - Issue when Decompiling parts of a Compiled EXE who's Namespace has a ton of controls. 9 years ago
ILSpy fix #712 - Saving Project does not Convert *.resources to *.resx for use in Visual Studio 2015 on C# & VB Projects. 9 years ago
ILSpy.AddIn Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
ILSpy.BamlDecompiler Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
NRefactory@a2b55de351 Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
NRefactory.VB fix some warnings reported by RE 9 years ago
SharpTreeView (SharpTreeView) add LockUpdates method to SharpTreeView 9 years ago
TestPlugin Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
cecil@53df0bc39e Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
doc Fixing SendMessage API example 11 years ago
packages Update addin version, update decompiler package version 10 years ago
.editorconfig change formatting settings to be consistent with the rest of ILSpy 11 years ago
.gitattributes Add .gitattributes and normalize newlines 12 years ago
.gitignore git: Ignore Roslyn temp files 11 years ago
.gitmodules Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
.tgitconfig Add tgit.icon project config 11 years ago
ILSpy.sln Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
README.md Add Gitter badge 9 years ago
README.txt Set to version 2.3.2 and copyright years to 2016 9 years ago
Rebracer.xml update Rebracer settings to match current style more closely 9 years ago
appveyor.yml Fix path to tidy.py 10 years ago
clean.bat .bat files: initialize git submodules if necessary 10 years ago
debugbuild.bat Update all batch files to use MSBuild 14 9 years ago
releasebuild.bat Update all batch files to use MSBuild 14 9 years ago

README.md

ILSpy

Join the chat at https://gitter.im/icsharpcode/ILSpy

@ilspy | ilspy.net

Downloads

Xcopy-deployable binaries via ilspy.net

Visual Studio extension via VS Gallery

Decompiler NuGet package via NuGet

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)