.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 18ee984ade Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
..
ControlFlowNode.cs [switch] consider loop back-edges to be exit points when looking for the switch body 8 years ago
DataFlowVisitor.cs Add support for "definitely assigned if true/false" to data flow analysis. 6 years ago
DefiniteAssignmentVisitor.cs Fix DefiniteAssignmentVisitor bugs handling ILFunction, and add some comments. 6 years ago
Dominance.cs WIP: yield return decompiler 9 years ago
ReachingDefinitionsVisitor.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago