.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 b03aa488aa Performance: Cache ChainedConstructorCallILOffset in ILFunction to avoid having to scan the method body in every inlining step. Take a shortcut for static ctors, as there cannot be chained ctor calls in static ctors. 7 years ago
..
CSharp WholeProjectDecompiler: Add <Prefer32Bit>True</Prefer32Bit>, if CorFlags.Prefers32Bit is set. 7 years ago
DebugInfo
Disassembler Fix linking of local variables and parameters to their usages in the IL view. 7 years ago
Documentation
FlowAnalysis Fix #1460: assertion in DataFlowVisitor`1.DebugPoint() with try-fault statement. 7 years ago
IL Performance: Cache ChainedConstructorCallILOffset in ILFunction to avoid having to scan the method body in every inlining step. Take a shortcut for static ctors, as there cannot be chained ctor calls in static ctors. 7 years ago
Metadata Add documentation for CodeMappingInfo. 7 years ago
Output Fix build. 7 years ago
Properties
Semantics Improve decompiler behavior is System.ValueTuple exists in multiple referenced assemblies. 7 years ago
TypeSystem Fix #1442: Allow "dynamic?" in the type system. 7 years ago
Util
DecompileRun.cs
DecompilerException.cs
DecompilerSettings.cs GetMinimumRequiredVersion(): Add case for C# 8.0 7 years ago
ICSharpCode.Decompiler.csproj Remove unused code. 7 years ago
ICSharpCode.Decompiler.nuspec.template
ICSharpCode.Decompiler.ruleset
ICSharpCode.Decompiler.snk
NRExtensions.cs
SRMExtensions.cs
SRMHacks.cs