.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 3db0e01eee Handle 'leave' instruction in StatementBuilder 12 years ago
..
BinaryComparisonInstruction.cs Include operands in ILAst output 12 years ago
BinaryNumericInstruction.cs Add CompoundAssignment mode to BinaryNumericInstruction 12 years ago
Block.cs Handle 'leave' instruction in StatementBuilder 12 years ago
BlockContainer.cs Introduce 'leave' instruction for leaving block containers. 12 years ago
Branch.cs Introduce 'leave' instruction for leaving block containers. 12 years ago
CallInstruction.cs Add ILInstruction.ReplaceWith() method and make ILInstruction.Children an IReadOnlyList. 12 years ago
Conv.cs Instead of OverflowMode, use bool checkForOverflow + Sign 12 years ago
ILFunction.cs implement TransformStackIntoVariables step to eliminate peek and pop instructions 12 years ago
ILInstruction.cs Add more enumerator debugging. 12 years ago
IfInstruction.cs Fix bugs in IfInstruction.TransformStackIntoVariables 12 years ago
InstructionCollection.cs Add more enumerator debugging. 12 years ago
Leave.cs Introduce 'leave' instruction for leaving block containers. 12 years ago
LocalVarInstructions.cs Build exception handling blocks 12 years ago
MemoryInstructions.cs Create ILFunction top-level node 12 years ago
PatternMatching.cs Decompile call instructions 12 years ago
Return.cs Introduce 'leave' instruction for leaving block containers. 12 years ago
SimpleInstruction.cs Add ILInstruction.ReplaceWith() method and make ILInstruction.Children an IReadOnlyList. 12 years ago
TryInstruction.cs Add ILInstruction.ReplaceWith() method and make ILInstruction.Children an IReadOnlyList. 12 years ago
UnaryInstruction.cs Add a bunch of instructions. 12 years ago