.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.
 
 
 
 
Daniel Grunwald 2730133f5f Combine switch sections that branch to same label. 10 years ago
..
ControlFlow Combine switch sections that branch to same label. 10 years ago
Instructions Combine switch sections that branch to same label. 10 years ago
Transforms Remove 'TransformingVisitor' -- it belonged to the ILAst variant with stack instructions and no longer had any effect. 10 years ago
BlockBuilder.cs Fix building TryCatchHandlers 11 years ago
IInlineContext.cs Generalize inlining, and make it usable for symbolic phase-1 execution. 11 years ago
ILOpCodes.cs Upgrade to new ICSharpCode.Decompiler (work in progress) 12 years ago
ILOpCodes.tt Upgrade to new ICSharpCode.Decompiler (work in progress) 12 years ago
ILReader.cs Combine switch sections that branch to same label. 10 years ago
ILTypeExtensions.cs Make comparisons in the ILAst more similar to C# comparisons. 10 years ago
ILVariable.cs Add SplitVariables transforms. 10 years ago
InstructionFlags.cs Extract reusable DataFlowVisitor from ReachingDefinitions; and add ILVariable.HasInitialValue. 10 years ago
InstructionOutputExtensions.cs Use NRefactory.TypeSystem for ILAst. 12 years ago
Instructions.cs Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 10 years ago
Instructions.tt Add InvalidInstruction to represent invalid IL opcodes in the ILAst instead of crashing. 10 years ago
PrimitiveType.cs Worked on ILAst instruction representation 12 years ago
SemanticHelper.cs Extract reusable DataFlowVisitor from ReachingDefinitions; and add ILVariable.HasInitialValue. 10 years ago
SlotInfo.cs Document stale positions and orphaned nodes. 10 years ago
StackType.cs Add CompoundAssignment mode to BinaryNumericInstruction 12 years ago