.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 7d3dfc3b81 Remove the hack where IndexRangeTransform looks at instructions prior to startPos. 6 years ago
..
ControlFlow Revert the InvertIf change; it causes too many issues for the following transforms. 6 years ago
Instructions Support compound assignment for native integers. 6 years ago
Patterns
Transforms Remove the hack where IndexRangeTransform looks at instructions prior to startPos. 6 years ago
BlockBuilder.cs Inline variable declarations/modernize parts of our code base. 6 years ago
ILAstWritingOptions.cs
ILInstructionExtensions.cs Update tests to latest Roslyn implementation. 7 years ago
ILReader.cs Fix #1963: Support decompiling `calli` instructions into C# 9 function pointer syntax. 6 years ago
ILTypeExtensions.cs Add support for arithmetic using C# 9 native integer types. 6 years ago
ILVariable.cs Add ILVariable.IsDead property 6 years ago
InstructionFlags.cs
InstructionOutputExtensions.cs Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 6 years ago
Instructions.cs #2050: Add assertion to check that no transform uses StObj.TargetSlot incorrectly. 6 years ago
Instructions.tt #2050: Add assertion to check that no transform uses StObj.TargetSlot incorrectly. 6 years ago
PointerArithmeticOffset.cs Fix pointer arithmetic with `nint*`/`nuint*`. 6 years ago
PrimitiveType.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 7 years ago
SemanticHelper.cs Handle Comp in InferType(). 8 years ago
SlotInfo.cs
StackType.cs