.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 a6c6ddcea1 Fix #861: Improved loop exit point heuristic. 8 years ago
..
AsyncAwaitDecompiler.cs Fix handling of try-finally blocks in ReachingDefinitionsVisitor. 8 years ago
ConditionDetection.cs Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Merge Return instruction into Leave. 8 years ago
DetectPinnedRegions.cs Check the CancellationToken a bit more frequently. 8 years ago
ExitPoints.cs Merge Return instruction into Leave. 8 years ago
LoopDetection.cs Fix #861: Improved loop exit point heuristic. 8 years ago
StateRangeAnalysis.cs Clean up mono yield-return decompilation. 8 years ago
SwitchAnalysis.cs Fix generating switch sections without any case labels. 8 years ago
SwitchDetection.cs Adjust labels of simple switch instructions. 8 years ago
SymbolicExecution.cs Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago
YieldReturnDecompiler.cs Replace LoopingBlockTransform with StatementTransform. 8 years ago