.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 fa19470435 Fix #3218: Avoid exceptions when IL is invalid due to unexpected end-of-method-body. 1 year ago
..
ControlFlow Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 1 year ago
Instructions Also use GraphTraversal.DepthFirstSearch for dominance calculation. 2 years ago
Patterns
Transforms Fix #3189: Support primitive types in Expression.Constant(object) pattern. 1 year ago
ApplyPdbLocalTypeInfoTypeVisitor.cs Introduce `PdbExtraTypeInfo` struct and adjusted `IDebugInfoProvider` 2 years ago
BlockBuilder.cs Fix #3051: "InvalidOperationException: Stack empty" when decompiling reference assembly with empty method bodies 2 years ago
ILAstWritingOptions.cs
ILInstructionExtensions.cs
ILReader.cs Fix #3218: Avoid exceptions when IL is invalid due to unexpected end-of-method-body. 1 year ago
ILTypeExtensions.cs Fixed compound assignment and post/pre increment for pointer dereference 2 years ago
ILVariable.cs Make `ILVariableEqualityComparer.GetHashCode` structurally more similar to the Equals implementation 2 years ago
InstructionFlags.cs
InstructionOutputExtensions.cs #3068: Introduce MetadataFile for pure ECMA-335 streams and as base class for PEFile 2 years ago
Instructions.cs Add support for UTF8 string literals 2 years ago
Instructions.tt Add support for UTF8 string literals 2 years ago
PointerArithmeticOffset.cs
PrimitiveType.cs
SemanticHelper.cs
SlotInfo.cs
StackType.cs