.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 eb48a3764e Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
..
BinaryComparisonInstruction.cs Include operands in ILAst output 11 years ago
BinaryNumericInstruction.cs fix copy-paste error in PeekOrDefault extension 10 years ago
Block.cs Remove Block.Phase1Boundary 10 years ago
BlockContainer.cs IntroduceExitPoints 10 years ago
Branch.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 10 years ago
CallInstruction.cs add TransformArrayInitializers 10 years ago
Conv.cs Fix various issues that caused conversions to decompile to code with different semantics: 9 years ago
ILFunction.cs First version of variable inlining. 10 years ago
ILInstruction.cs Fix bug in Clone() impl for collection slots. 9 years ago
IfInstruction.cs Remove Block.Phase1Boundary 10 years ago
InstructionCollection.cs Document stale positions and orphaned nodes. 9 years ago
Leave.cs Remove the evaluation stack from ILAst; the ILReader now directly introduces stack variables. 10 years ago
LocalVarInstructions.cs Build exception handling blocks 11 years ago
MemoryInstructions.cs Create ILFunction top-level node 11 years ago
PatternMatching.cs Attempt to improve control flow detection 10 years ago
Return.cs ILAst: make 'Return' less of a special case 9 years ago
SimpleInstruction.cs First version of variable inlining. 10 years ago
SwitchInstruction.cs Remove Block.Phase1Boundary 10 years ago
TryInstruction.cs Remove Block.Phase1Boundary 10 years ago
UnaryInstruction.cs Fix appveyor build 9 years ago