.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 8d99af14c5 Add support for 'ref readonly' return type. 7 years ago
..
CSharp Add support for 'ref readonly' return type. 7 years ago
DebugInfo SHA256 instances are not thread-safe 7 years ago
Disassembler Fix linking of local variables and parameters to their usages in the IL view. 7 years ago
Documentation Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
FlowAnalysis Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 8 years ago
IL Add support for 'ref readonly' return type. 7 years ago
Metadata Add documentation for CodeMappingInfo. 7 years ago
Output Fix build. 7 years ago
Properties Add ShowCFGContextMenuEntry - requires GraphViz dot.exe in PATH. 7 years ago
Semantics Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 7 years ago
TypeSystem Add support for 'ref readonly' return type. 7 years ago
Util PDB generator now can emit "method stepping information" for async functions. 7 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 8 years ago
DecompilerException.cs Fix possible null reference. 7 years ago
DecompilerSettings.cs Merge pull request #1425 from icsharpcode/nullable-reference-types 7 years ago
ICSharpCode.Decompiler.csproj Remove unused code. 7 years ago
ICSharpCode.Decompiler.nuspec.template See #1416. Also upgraded Cecil to .3 (from .1) 7 years ago
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 8 years ago
SRMExtensions.cs Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
SRMHacks.cs Reorganize extension methods + remove unused/obsolete. 8 years ago