.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 b0cb976357 Fix #1454: Name collision after converting for-over-array to foreach. 6 years ago
..
CSharp Fix #1454: Name collision after converting for-over-array to foreach. 6 years ago
DebugInfo SHA256 instances are not thread-safe 6 years ago
Disassembler Fix linking of local variables and parameters to their usages in the IL view. 6 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. 7 years ago
IL Fix #1452: Avoid NullReferenceException when accessing SlotInfo property on the root node 6 years ago
Metadata Add documentation for CodeMappingInfo. 6 years ago
Output Fix linking of local variables and parameters to their usages in the IL view. 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 Expose IMethod.AccessorKind. This makes it easier to determine if a method is a setter, particular in generic classes where "m.AccessorOwner?.Setter == m" ended up being wrong. 6 years ago
Util PDB generator now can emit "method stepping information" for async functions. 6 years ago
DecompileRun.cs Fix #1052: Use IDocumentationProvider in the CSharpDecompiler API 7 years ago
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 Remove unused code. 6 years ago
ICSharpCode.Decompiler.nuspec.template See #1416. Also upgraded Cecil to .3 (from .1) 6 years ago
ICSharpCode.Decompiler.ruleset Distinguish between PreOrderTransforms and PostOrderTransforms in BlockILTransform. 9 years ago
ICSharpCode.Decompiler.snk remove NR submodule; move snk to ICSharpCode.Decompiler 9 years ago
NRExtensions.cs Eliminate SpecializingDecompilerTypeSystem and use GenericContext instead. 7 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. 7 years ago