.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 
Daniel Grunwald 3a4db502bc Add support for arithmetic using C# 9 native integer types. 5 years ago
..
ControlFlow Revert the InvertIf change; it causes too many issues for the following transforms. 5 years ago
Instructions #2050: Add assertion to check that no transform uses StObj.TargetSlot incorrectly. 5 years ago
Patterns
Transforms Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst. 5 years ago
BlockBuilder.cs Inline variable declarations/modernize parts of our code base. 5 years ago
ILAstWritingOptions.cs Add ShowChildIndexInBlock option to make debugging of larger blocks easier. 7 years ago
ILInstructionExtensions.cs Update tests to latest Roslyn implementation. 6 years ago
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 Add ILVariable.IsDead property 5 years ago
InstructionFlags.cs Support overloaded operator &&/||. 7 years ago
InstructionOutputExtensions.cs Fix #2018: Improve tooltips in IL/IL with C#/R2R view to show full member signatures 5 years ago
Instructions.cs #2050: Add assertion to check that no transform uses StObj.TargetSlot incorrectly. 5 years ago
Instructions.tt #2050: Add assertion to check that no transform uses StObj.TargetSlot incorrectly. 5 years ago
PointerArithmeticOffset.cs Use `Unsafe.AsPointer()` for `ConversionKind.StopGCTracking`. 5 years ago
PrimitiveType.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
SemanticHelper.cs Handle Comp in InferType(). 7 years ago
SlotInfo.cs
StackType.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago