.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 6c00c138eb Fix #3465: Translate comp.o(a op b) if op not in (==, !=) into Unsafe.As<object, UIntPtr>(ref a) op Unsafe.As<object, UIntPtr>(ref b) 5 months ago
..
ControlFlow Move LocalFunctionDecompiler.GetStatement to Block.GetContainingStatement 6 months ago
Instructions Fix #3465: Translate comp.o(a op b) if op not in (==, !=) into Unsafe.As<object, UIntPtr>(ref a) op Unsafe.As<object, UIntPtr>(ref b) 5 months ago
Patterns #nullable enable for ILAst (except for generated code) 5 years ago
Transforms Rename ResolvedUsingScope to UsingScope 5 months ago
BlockBuilder.cs Fix #3051: "InvalidOperationException: Stack empty" when decompiling reference assembly with empty method bodies 2 years ago
ILAstWritingOptions.cs #nullable enable for ILAst (except for generated code) 5 years ago
ILInstructionExtensions.cs #nullable enable for ILAst (except for generated code) 5 years ago
ILReader.cs Fix #3465: Translate comp.o(a op b) if op not in (==, !=) into Unsafe.As<object, UIntPtr>(ref a) op Unsafe.As<object, UIntPtr>(ref b) 5 months ago
ILTypeExtensions.cs Improve naming of delegate-typed variables. 6 months ago
ILVariable.cs Revert "Add support for C# 11 parameter null checks" 1 year ago
InstructionFlags.cs #nullable enable for ILAst (except for generated code) 5 years ago
InstructionOutputExtensions.cs #3068: Introduce MetadataFile for pure ECMA-335 streams and as base class for PEFile 2 years ago
Instructions.cs Update to C# 13 and fix field keyword 5 months ago
Instructions.tt Update to C# 13 and fix field keyword 5 months ago
PointerArithmeticOffset.cs #2158: Fix decompilation of arithmetic on managed pointers after ConversionKind.StartGCTracking. 5 years ago
PrimitiveType.cs #nullable enable for ILAst (except for generated code) 5 years ago
SemanticHelper.cs #nullable enable for ILAst (except for generated code) 5 years ago
SlotInfo.cs #nullable enable for ILAst (except for generated code) 5 years ago
StackType.cs #nullable enable for ILAst (except for generated code) 5 years ago