.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 d95bea4d41 Merge pull request #923 from icsharpcode/csilview 9 years ago
..
AvalonEdit Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
Commands Rip out LogWindow and DecompilerEventSource 9 years ago
Controls Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
Images Merge remote-tracking branch 'origin/master' into newdecompiler. 9 years ago
Languages Fix line tracking when printing single-line comments. 9 years ago
Options Add setting ShowDebugInfo 9 years ago
Properties Merge #794: Enabled "Per monitor DPI awareness" 9 years ago
TextView Only follow hyperlinks on MouseUp if the mouse wasn't moved since MouseDown. 9 years ago
TreeNodes Add basic NugetPackageBrowserDialog 9 years ago
VB Merge remote-tracking branch 'origin/master' into newdecompiler. 9 years ago
themes Fit and finish: improved layout and styling 15 years ago
AboutPage.cs Move Process.Start-calls to a central helper method. This ensures we do not crash if there's an OS configuration error, missing browser, whatever. 9 years ago
AnalyzerTreeView.cs Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
App.xaml Added "Open From GAC" dialog. 16 years ago
App.xaml.cs Clean up MiscSettings and DisplaySettings 9 years ago
AssemblyList.cs Implement API to reload loaded nuget assemblies. 9 years ago
AssemblyListManager.cs Fix #347 - Add a Reset button to the "Open List" 9 years ago
CommandLineArguments.cs revert accidental changes 9 years ago
ContextMenuEntry.cs Merge remote-tracking branch 'origin/master' into newdecompiler. 9 years ago
CreateListDialog.xaml fix for OpenListDialog usability 15 years ago
CreateListDialog.xaml.cs Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
DebugSteps.xaml Move ILAst writing options to DebugSteps pane and implement auto refresh. 9 years ago
DebugSteps.xaml.cs Move ILAst writing options to DebugSteps pane and implement auto refresh. 9 years ago
DecompilationOptions.cs Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
ExtensionMethods.cs Implement basic mixed view in CSharpILMixedLanguage 9 years ago
FilterSettings.cs Code Tidy : Remove redundant using statements 15 years ago
Fusion.cs Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
GacInterop.cs Add plugin support using MEF. 16 years ago
GuessFileType.cs Code Tidy : Remove redundant using statements 15 years ago
ILSpy.csproj Merge pull request #923 from icsharpcode/csilview 9 years ago
ILSpySettings.cs Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
ILSpyTraceListener.cs WIP: yield return decompiler 10 years ago
IPane.cs Remove unused usings in solution; remove dead code; unify namespaces 10 years ago
ISmartTextOutput.cs Add C# semantic highlighting 9 years ago
LoadedAssembly.cs Fix threading bug in LoadedAssembly. 9 years ago
LoadedNugetPackage.cs Fix display of filenames from nupkg. 9 years ago
MainWindow.xaml Improved Accessibility support. 10 years ago
MainWindow.xaml.cs Implement API to reload loaded nuget assemblies. 9 years ago
NativeMethods.cs Introduce support for command-line arguments and WM_COPYDATA. 16 years ago
NavigationHistory.cs Code Tidy : Remove redundant using statements 15 years ago
NavigationState.cs Code Tidy: Mark fields read-only where appropriate 15 years ago
NugetPackageBrowserDialog.xaml Add basic NugetPackageBrowserDialog 9 years ago
NugetPackageBrowserDialog.xaml.cs Add basic NugetPackageBrowserDialog 9 years ago
OpenFromGacDialog.xaml ProgressBar added to OpenFromGacDialog. 16 years ago
OpenFromGacDialog.xaml.cs Added an option to filter GAC entries by version in addition to name. 16 years ago
OpenListDialog.xaml Fix #347 - Add a Reset button to the "Open List" 9 years ago
OpenListDialog.xaml.cs Fix #347 - Add a Reset button to the "Open List" 9 years ago
README.txt Update README 9 years ago
SearchPane.cs Merge branch 'sort_results' of https://github.com/OndrejPetrzilka/ILSpy into OndrejPetrzilka-sort_results 9 years ago
SearchPane.xaml Merge remote-tracking branch 'origin/master' into newdecompiler. 9 years ago
SearchStrategies.cs Merge branch 'sort_results' of https://github.com/OndrejPetrzilka/ILSpy into OndrejPetrzilka-sort_results 9 years ago
SessionSettings.cs Persist selected search mode in SessionSettings. 9 years ago
TaskHelper.cs Add BlockTransform concept and apply a bunch of refactoring essentials suggestions. 10 years ago
app.manifest Merge #794: Enabled "Per monitor DPI awareness" 9 years ago

README.txt

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

Copyright 2011-2017 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)
Ricciolo.StylesExplorer: MS-PL (part of ILSpy.BamlDecompiler.Plugin)

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