.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 1f0f6404e0 Fix #2231: Add support for ldloca; dup; initobj pattern used by Roslyn. 4 years ago
..
ControlFlow Adjust AsyncAwaitDecompiler to Roslyn 3.9.0. 4 years ago
Instructions Fix #2354: decompilation of unary and binary operators with nullable value types. 4 years ago
Patterns #2128: Reformat the whole code base. 5 years ago
Transforms Fix #2231: Add support for ldloca; dup; initobj pattern used by Roslyn. 4 years ago
BlockBuilder.cs #2128: Reformat the whole code base. 5 years ago
ILAstWritingOptions.cs #2128: Reformat the whole code base. 5 years ago
ILInstructionExtensions.cs #2128: Reformat the whole code base. 5 years ago
ILReader.cs ILReader: support comparison between StackType.Ref and StackType.I 5 years ago
ILTypeExtensions.cs Properly support `calli` instruction and its interaction with function pointer types. 5 years ago
ILVariable.cs #2128: Reformat the whole code base. 5 years ago
InstructionFlags.cs #2128: Reformat the whole code base. 5 years ago
InstructionOutputExtensions.cs Avoid code duplication when disassembling signature headers. 5 years ago
Instructions.cs Fix #2215: Use `Unsafe` intrinsics for `ldobj`/`stobj` instructions. 5 years ago
Instructions.tt Fix #2215: Use `Unsafe` intrinsics for `ldobj`/`stobj` instructions. 5 years ago
PointerArithmeticOffset.cs #2158: Fix decompilation of arithmetic on managed pointers after ConversionKind.StartGCTracking. 5 years ago
PrimitiveType.cs Fix #1794: Avoid extra cast to double for ulong -> float conversion 6 years ago
SemanticHelper.cs #2128: Reformat the whole code base. 5 years ago
SlotInfo.cs #2128: Reformat the whole code base. 5 years ago
StackType.cs Add StackType.F4 and StackType.F8, and instructions LdcF4 and LdcF8. 8 years ago