.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 961923f4fd #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
..
CSharp #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
DebugInfo Fix #1480: InvalidOperationException in PortablePdbWriter. 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 #1460: assertion in DataFlowVisitor`1.DebugPoint() with try-fault statement. 6 years ago
IL #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 6 years ago
Metadata #1300: Fix resolver bug in DotNetCorePathFinder 6 years ago
Output Fix #1446: Add indentation options to UI. 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 #1499, #1240: Translate pointer arithmetic on managed pointers (ref T) using the System.Runtime.CompilerServices.Unsafe intrinsics 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 Fix #1468: Implement 'Expand using declarations after decompilation' setting. 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
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs Possible fix for primitive types resolving to MinimalCorlib types in navigateTo handling. 7 years ago
SRMHacks.cs