.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.
 
 
 
 
Daniel Grunwald 56c75e09b2 Refactored handling of debug mapping in the decompiler: we now avoid using a side-channel for the debug info and instead return it via the ITextOutput. 14 years ago
AvalonEdit Update AvalonEdit to 4.1.0.7920. 14 years ago
BuildTools Add build scripts. 15 years ago
Debugger Adjust ILSpy to NRefactory changes. 14 years ago
ICSharpCode.Decompiler Refactored handling of debug mapping in the decompiler: we now avoid using a side-channel for the debug info and instead return it via the ITextOutput. 14 years ago
ILSpy Refactored handling of debug mapping in the decompiler: we now avoid using a side-channel for the debug info and instead return it via the ITextOutput. 14 years ago
ILSpy.BamlDecompiler fix http://community.sharpdevelop.net/forums/t/13658.aspx - type was not found due to type forwarding 14 years ago
ILSpy.SharpDevelop.LGPL Adjust ILSpy to NRefactory changes. 14 years ago
Mono.Cecil Suppress compiler warnings in Mono.Cecil.Pdb. 14 years ago
NRefactory C# AST: when setting a string property to null or an empty string, remove the corresponding identifier token. 14 years ago
SharpTreeView Use gray text color for non-public types and members. Closes #143. 14 years ago
TestPlugin Adjust ILSpy to NRefactory changes. 14 years ago
doc Fixed /navigateTo with static constructors. 14 years ago
packages - Replaced simple Test differ with full-blown DiffLib-backed implementation (pulled in w/ NuGet), to improve failed test messages. 15 years ago
.gitignore - Modified .gitignore to ignore Resharper files and patches 15 years ago
ILSpy.sln Adjust ILSpy to NRefactory changes. 14 years ago
README.txt Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
clean.bat Add build scripts. 15 years ago
debugbuild.bat Add build scripts. 15 years ago
releasebuild.bat Add build scripts. 15 years ago

README.txt

ILSpy is the open-source .NET assembly browser and decompiler.
Website: http://www.ilspy.net/

Copyright 2011 AlphaSierraPapa for the SharpDevelop team
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)

ILSpy Contributors:
Daniel Grunwald
David Srbecky
Ed Harvey
Siegfried Pammer
Artur Zgodzinski
Eusebiu Marcu