.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 a6fc52a63f ConditionDetection: move blocks into switch sections 9 years ago
..
ControlFlowNode.cs LoopDetection: use post-dominance to find better loop exit points 9 years ago
DataFlowVisitor.cs ConditionDetection: move blocks into switch sections 9 years ago
DefiniteAssignmentVisitor.cs Initial support for decompiling fixed statements 9 years ago
Dominance.cs LoopDetection: in loops without any exit points, exclude the largest possible code block from the loop 9 years ago
ReachingDefinitionsVisitor.cs Improve ILInlining.IsSafeForInlineOver() 9 years ago