.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 a0d9410f67 Fix build. 5 years ago
..
ControlFlow Fix re-pinning getting confused about which variant of the pinned local to use when the new re-pinned reference depends on the old pinned reference. 5 years ago
Instructions #2092: ILFunction.Parameters / ILFunction.ReturnType should never be null. 5 years ago
Patterns Try to detect while conditions, do-while-loops and for-loops 9 years ago
Transforms Fix build. 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 Add `#if !NETCORE` around extension methods that are included with .NET Core 3 5 years ago
ILTypeExtensions.cs Add support for arithmetic using C# 9 native integer types. 5 years ago
ILVariable.cs #1292: Fix some more problems with pinned locals. 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 Ensure all pinned regions variables are converted to VariableKind.PinnedRegionLocal 5 years ago
Instructions.tt Ensure all pinned regions variables are converted to VariableKind.PinnedRegionLocal 5 years ago
PointerArithmeticOffset.cs Fix pointer arithmetic with `nint*`/`nuint*`. 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 Namespace adjustments for Syntax classes 9 years ago
StackType.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago