.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 eb942b4a21 Fix #1430: Improve performance in ILInlining. 6 years ago
..
CSharp Merge pull request #1425 from icsharpcode/nullable-reference-types 6 years ago
DebugInfo SHA256 instances are not thread-safe 6 years ago
Disassembler Merge branch 'master' of https://github.com/icsharpcode/ILSpy into ppdb 6 years ago
Documentation Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
FlowAnalysis
IL Fix #1430: Improve performance in ILInlining. 6 years ago
Metadata Merge pull request #1419 from icsharpcode/new-baml-decompiler 6 years ago
Output Fix #1359: Support obfuscated names in treeview and search. 6 years ago
Properties Add ShowCFGContextMenuEntry - requires GraphViz dot.exe in PATH. 6 years ago
Semantics Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 6 years ago
TypeSystem Add test for C# 8 nullable reference types; and fix some bugs. 6 years ago
Util PDB generator now can emit "method stepping information" for async functions. 6 years ago
DecompileRun.cs
DecompilerException.cs Fix possible null reference. 7 years ago
DecompilerSettings.cs Merge pull request #1425 from icsharpcode/nullable-reference-types 6 years ago
ICSharpCode.Decompiler.csproj Fix dynamic transforms because https://github.com/dotnet/roslyn/issues/27800 was fixed. 6 years ago
ICSharpCode.Decompiler.nuspec.template See #1416. Also upgraded Cecil to .3 (from .1) 6 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
SRMHacks.cs