.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.
 
 
 
 
Jan Kučera 44acb103bc Add namespace search strategy 6 years ago
..
Analyzers Remove Viewbox special cases. 6 years ago
AvalonEdit
Commands TCS to async/await for AboutPage version checking code 6 years ago
Controls work on docking ui 6 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Docking Save and load AvalonDock layout 6 years ago
Images Removed Viewbox from Copy icon causing an exception when opening context menu 6 years ago
Languages #1151: Support for ref readonly locals. 6 years ago
Options Add bracket highlighting to ILSpy. 6 years ago
Properties support multiple decompilations 6 years ago
Search Add namespace search strategy 6 years ago
TextView support folding for xaml, fixes #1658 6 years ago
TreeNodes Add namespace search strategy 6 years ago
themes work on docking ui 6 years ago
AboutPage.cs Remove unreachable code. 6 years ago
App.xaml
App.xaml.cs Fix obvious .Result errors (there are more instances of calling .Result that would need investigation) 6 years ago
AssemblyList.cs Add support for module references in ILSpy. 7 years ago
AssemblyListManager.cs
CommandLineArguments.cs Add command line argument "/config:" to specify settings file 7 years ago
ContextMenuEntry.cs Remove Viewbox special cases. 6 years ago
CreateListDialog.xaml which is not completed, will continue to translate! 7 years ago
CreateListDialog.xaml.cs
DebugSteps.xaml All the strings have been extracted, and the complete translation has been completed. 7 years ago
DebugSteps.xaml.cs work on docking ui 6 years ago
DecompilationOptions.cs Fix #1446: Add indentation options to UI. 7 years ago
ExtensionMethods.cs Fix #628: Add option to display metadata token in 10-based or hex format. 7 years ago
FilterSettings.cs Tri-State ApiVisibility now reflected by three toolbar & menu items 6 years ago
Fusion.cs
GacInterop.cs #1498: Display error message about the required elevated privileges. 6 years ago
GuessFileType.cs
ILSpy.csproj Add namespace search strategy 6 years ago
ILSpySettings.cs Add command line argument "/config:" to specify settings file 7 years ago
ILSpyTraceListener.cs
IPane.cs
ISmartTextOutput.cs
LoadedAssembly.cs Fix obvious .Result errors (there are more instances of calling .Result that would need investigation) 6 years ago
LoadedAssemblyExtensions.cs Add CreateCecilObjectModel extension method as helper for plugin developers. 7 years ago
LoadedNugetPackage.cs Fix 1362 Remove string literals in favor of nameof(), fix mixed tabs 7 years ago
MainWindow.xaml Temporarily improve dock layout with wider assembly list and better pane captions 6 years ago
MainWindow.xaml.cs Add namespace search strategy 6 years ago
NativeMethods.cs Fix #1387: Allow to search for names that contain spaces: simply wrap the whole name in double-quotes. Supports escaping of " and \. 7 years ago
NavigationHistory.cs
NavigationState.cs
NugetPackageBrowserDialog.xaml which is not completed, will continue to translate! 7 years ago
NugetPackageBrowserDialog.xaml.cs
OpenFromGacDialog.xaml All the strings have been extracted, and the complete translation has been completed. 7 years ago
OpenFromGacDialog.xaml.cs
OpenListDialog.xaml which is not completed, will continue to translate! 7 years ago
OpenListDialog.xaml.cs
README.txt Fix casing in README.txt 7 years ago
SessionSettings.cs Save and load AvalonDock layout 6 years ago
SolutionWriter.cs Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 6 years ago
TaskHelper.cs
app.manifest Add dpiAwareness settings to app.manifest 6 years ago
packages.config

README.txt

ILSpy is the open-source .NET assembly browser and decompiler.
Website: https://ilspy.net/
Found a bug?: https://github.com/icsharpcode/ILSpy/issues/new

Copyright 2011-2019 AlphaSierraPapa for the SharpDevelop team
License: ILSpy is distributed under the MIT License.

Included open-source libraries:
Mono.Cecil: MIT License (part of ILSpy)
LightJson: MIT License (part of ICSharpCode.Decompiler)
Humanizer: MIT License (part of ICSharpCode.Decompiler)
AvalonEdit: MIT License
SharpTreeView: LGPL
ILSpy.BamlDecompiler: MIT License
CommandLineUtils: Apache License 2.0 (part of ICSharpCode.Decompiler.Console)

Current and past contributors: https://github.com/icsharpcode/ILSpy/graphs/contributors