.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 a9bb17aba9 Make it possible to search by full name without including generic type parameters. 6 years ago
..
Analyzers Fix 1553: Analyzer does not find generic type references 6 years ago
AvalonEdit Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
Commands Make "Save as solution" logic more similar to "Save as project" logic: 6 years ago
Controls Remove ILSpyTreeNode.Save accepting a file name, as it is currently not necessary. 6 years ago
DebugInfo Use Mono.Cecil instead of DiaSymReader to read classic PDB files. 7 years ago
Images Fix #747: Add option to display all members, including compiler-generated members and getters/setters in tree view. 7 years ago
Languages Make it possible to search by full name without including generic type parameters. 6 years ago
Options Add bracket highlighting to ILSpy. 6 years ago
Properties Add tooltips to both comboboxes in toolbar 6 years ago
Search Make it possible to search by full name without including generic type parameters. 6 years ago
TextView Add missing files. 6 years ago
TreeNodes Merge pull request #1550 from dymanoid/master 6 years ago
themes Fit and finish: improved layout and styling 14 years ago
AboutPage.cs Disable update checks when running in package 6 years ago
App.xaml Added "Open From GAC" dialog. 15 years ago
App.xaml.cs #1481: Improve exception handling in case of MEF initialization errors. 6 years ago
AssemblyList.cs Add support for module references in ILSpy. 7 years ago
AssemblyListManager.cs Fix #347 - Add a Reset button to the "Open List" 8 years ago
CommandLineArguments.cs Add command line argument "/config:" to specify settings file 7 years ago
ContextMenuEntry.cs All the strings have been extracted, and the complete translation has been completed. 7 years ago
CreateListDialog.xaml which is not completed, will continue to translate! 7 years ago
CreateListDialog.xaml.cs Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
DebugSteps.xaml All the strings have been extracted, and the complete translation has been completed. 7 years ago
DebugSteps.xaml.cs All the strings have been extracted, and the complete translation has been completed. 7 years ago
DecompilationOptions.cs Fix #1446: Add indentation options to UI. 6 years ago
ExtensionMethods.cs Fix #628: Add option to display metadata token in 10-based or hex format. 7 years ago
FilterSettings.cs Fix #1399: Use same default value as in previous versions for "show internal types and members" setting. Fixes #1398 as well. 7 years ago
Fusion.cs Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
GacInterop.cs #1498: Display error message about the required elevated privileges. 6 years ago
GuessFileType.cs Code Tidy : Remove redundant using statements 14 years ago
ILSpy.csproj Do not include "app.config" in output. It is automatically copied as "ILSpy.exe.config" 6 years ago
ILSpySettings.cs Add command line argument "/config:" to specify settings file 7 years ago
ILSpyTraceListener.cs Set ShowInTaskbar = true for assertions 8 years ago
IPane.cs Remove unused usings in solution; remove dead code; unify namespaces 9 years ago
ISmartTextOutput.cs Add C# semantic highlighting 8 years ago
LoadedAssembly.cs Don't perform DetectCatchWhenConditionBlocks transform when catchBlock.Variable.Type setter would throw an exception due to differing stack types. 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 Add tooltips to both comboboxes in toolbar 6 years ago
MainWindow.xaml.cs "Save Code" should only work with ILSpyTreeNodes. 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 Code Tidy : Remove redundant using statements 14 years ago
NavigationState.cs Code Tidy: Mark fields read-only where appropriate 14 years ago
NugetPackageBrowserDialog.xaml which is not completed, will continue to translate! 7 years ago
NugetPackageBrowserDialog.xaml.cs Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 7 years ago
OpenFromGacDialog.xaml All the strings have been extracted, and the complete translation has been completed. 7 years ago
OpenFromGacDialog.xaml.cs Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 7 years ago
OpenListDialog.xaml which is not completed, will continue to translate! 7 years ago
OpenListDialog.xaml.cs Remove the last traces of Mono.Cecil in ICSharpCode.Decompiler and ILSpy. 7 years ago
README.txt Fix casing in README.txt 6 years ago
SessionSettings.cs Persist selected search mode in SessionSettings. 8 years ago
SolutionWriter.cs Refactor Solution decompilation to use Language instead of AssemblyTreeNode. 6 years ago
TaskHelper.cs Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 9 years ago
app.manifest Fix #1225: Increase file name length limit, and opt into Win10 long path support. 7 years ago
packages.config Add IDebugInfoProvider implementations to ILSpy 7 years ago

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