.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 a86a0586bb Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 7 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 instructions for modeling the "?." operator in the ILAst. 7 years ago
DefiniteAssignmentVisitor.cs Fix #890: Correctly handle calls with out-parameters in definite assignment analysis. 7 years ago
Dominance.cs WIP: yield return decompiler 9 years ago
ReachingDefinitionsVisitor.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago