.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 47250d670b Fix #2791: Ensure that the capture scope used is either a loop or the ILFunction root container. 3 years ago
..
ControlFlow Prevent the early ILInlining pass from creating `addressof` instructions 3 years ago
Instructions Fix #2763: Improve decompilation of switch-on-enum by preserving enum type information when inlining local variables into SwitchInstruction.Value. 3 years ago
Patterns #nullable enable for ILAst (except for generated code) 4 years ago
Transforms Use IsAccessor again. 3 years ago
BlockBuilder.cs Determine isBranchTarget in a separate pass. We will need it for an optimization to ILReader in a future commit. 3 years ago
ILAstWritingOptions.cs #nullable enable for ILAst (except for generated code) 4 years ago
ILInstructionExtensions.cs #nullable enable for ILAst (except for generated code) 4 years ago
ILReader.cs Fix #2788: Handling of cpobj in ILReader was missing the stobj special case for the target pointer. 3 years ago
ILTypeExtensions.cs #nullable enable for ILAst (except for generated code) 4 years ago
ILVariable.cs Fix #2791: Ensure that the capture scope used is either a loop or the ILFunction root container. 3 years ago
InstructionFlags.cs #nullable enable for ILAst (except for generated code) 4 years ago
InstructionOutputExtensions.cs * Rename Metadata.GenericContext to MetadataGenericContext to avoid conflicts with TypeSystem.GenericContext 3 years ago
Instructions.cs #nullable enable for Instructions.tt 4 years ago
Instructions.tt #nullable enable for Instructions.tt 4 years 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) 4 years ago
SemanticHelper.cs #nullable enable for ILAst (except for generated code) 4 years ago
SlotInfo.cs #nullable enable for ILAst (except for generated code) 4 years ago
StackType.cs #nullable enable for ILAst (except for generated code) 4 years ago