.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 3f10294a72 Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
..
ControlFlow Revert the InvertIf change; it causes too many issues for the following transforms. 5 years ago
Instructions Fix bugs in ILAst 5 years ago
Patterns
Transforms Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
BlockBuilder.cs Inline variable declarations/modernize parts of our code base. 5 years ago
ILAstWritingOptions.cs
ILInstructionExtensions.cs
ILReader.cs Fix #1963: Support decompiling `calli` instructions into C# 9 function pointer syntax. 5 years ago
ILTypeExtensions.cs Add support for arithmetic using C# 9 native integer types. 5 years ago
ILVariable.cs Fix bugs in ILAst 5 years ago
InstructionFlags.cs
InstructionOutputExtensions.cs Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 5 years ago
Instructions.cs Fix bugs in ILAst 5 years ago
Instructions.tt Fix bugs in ILAst 5 years ago
PointerArithmeticOffset.cs Fix pointer arithmetic with `nint*`/`nuint*`. 5 years ago
PrimitiveType.cs
SemanticHelper.cs
SlotInfo.cs
StackType.cs