.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.
 
 
 
Siegfried Pammer 76227af89d Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods. 5 years ago
..
AsyncAwaitDecompiler.cs
AwaitInCatchTransform.cs Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods. 5 years ago
AwaitInFinallyTransform.cs Fix #1749, fix #2339, fix #2353: Add support for rethrow in async exception handlers, fix await catch/finally patterns for complex methods. 5 years ago
ConditionDetection.cs
ControlFlowGraph.cs
ControlFlowSimplification.cs
DetectPinnedRegions.cs Fix #2311: Handle additional `comp` instruction in `IsNullSafeArrayToPointerNotNullBlock` 5 years ago
ExitPoints.cs
LoopDetection.cs
StateRangeAnalysis.cs
SwitchAnalysis.cs
SwitchDetection.cs Add SparseIntegerSwitch option. 6 years ago
SymbolicExecution.cs
YieldReturnDecompiler.cs