.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 7277de6c08 More fixes for yield return decompilation. 8 years ago
..
ConditionDetection.cs WIP: yield return decompiler 9 years ago
ControlFlowGraph.cs Reconstruct try-finally blocks in yield return decompiler 9 years ago
ControlFlowSimplification.cs Reconstruct try-finally blocks in yield return decompiler 9 years ago
DetectPinnedRegions.cs WIP: yield return decompiler 9 years ago
ExitPoints.cs Run a second pass of DetectExitPoints to use 'return;' as exit point if no previous transform picked another exit point. 9 years ago
LoopDetection.cs WIP: yield return decompiler 9 years ago
StateRangeAnalysis.cs More fixes for yield return decompilation. 8 years ago
SwitchAnalysis.cs Namespace adjustments for Syntax classes 9 years ago
SwitchDetection.cs Namespace adjustments for Syntax classes 9 years ago
SymbolicExecution.cs More fixes for yield return decompilation. 8 years ago
YieldReturnDecompiler.cs More fixes for yield return decompilation. 8 years ago