.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 7211587b45 Fix #2366: NRE in AwaitInCatchTransform.MatchAwaitCatchHandler() and pattern errors when dealing with a switch-based jump table in AwaitInCatchTransform 4 years ago
..
AsyncAwaitDecompiler.cs Fix #2129: be more flexible about the initialization order for the async state machine. 5 years ago
AwaitInCatchTransform.cs Fix #2366: NRE in AwaitInCatchTransform.MatchAwaitCatchHandler() and pattern errors when dealing with a switch-based jump table in AwaitInCatchTransform 4 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. 4 years ago
ConditionDetection.cs #2128: Reformat the whole code base. 5 years ago
ControlFlowGraph.cs #2128: Reformat the whole code base. 5 years ago
ControlFlowSimplification.cs #2128: Reformat the whole code base. 5 years ago
DetectPinnedRegions.cs Fix #2311: Handle additional `comp` instruction in `IsNullSafeArrayToPointerNotNullBlock` 4 years ago
ExitPoints.cs #2128: Reformat the whole code base. 5 years ago
LoopDetection.cs #2128: Reformat the whole code base. 5 years ago
StateRangeAnalysis.cs #2128: Reformat the whole code base. 5 years ago
SwitchAnalysis.cs #2128: Reformat the whole code base. 5 years ago
SwitchDetection.cs Add SparseIntegerSwitch option. 5 years ago
SymbolicExecution.cs #2128: Reformat the whole code base. 5 years ago
YieldReturnDecompiler.cs #2128: Reformat the whole code base. 5 years ago