.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 f6aae1f97d Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 6 years ago
..
AsyncAwaitDecompiler.cs #1388: Fix ArgumentOutOfRangeException in AsyncAwaitDecompiler.AnalyzeAwaitBlock. 6 years ago
AwaitInCatchTransform.cs Fix #1343: Extend AwaitInCatchTransform to support catch blocks that leave the block container. 6 years ago
ConditionDetection.cs Improve persistence of IL offsets through various transforms. 7 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Improve persistence of IL offsets through various transforms. 7 years ago
DetectPinnedRegions.cs Fix #1386: MoveArrayToPointerToPinnedRegionInit: Only consider the pinned variable uses within the PinnedRegion 6 years ago
ExitPoints.cs Fix #1140: Fix assertion when finally block unconditionally throws an exception. 7 years ago
LoopDetection.cs Improve persistence of IL offsets through various transforms. 7 years ago
StateRangeAnalysis.cs Simplify use of SwitchInstruction in ILAst 8 years ago
SwitchAnalysis.cs Abort SwitchAnalysis on duplicate condition (redundant code) 7 years ago
SwitchDetection.cs Fix #1338: KeyNotFoundException in SwitchDetection.AnalyzeControlFlow() 7 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 Fix #1379: Missing ILRange from yield return FSM. 6 years ago