.NET Decompiler with support for PDB generation, ReadyToRun, Metadata (&more) - cross-platform!
 
 
 
 
Siegfried Pammer bd77b8301f Basic implementation of local functions. 6 years ago
..
AsyncAwaitDecompiler.cs Use ILRange API in AsyncAwaitDecompiler. 6 years ago
AwaitInCatchTransform.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
ConditionDetection.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
DetectPinnedRegions.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
ExitPoints.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
LoopDetection.cs Fix #1392: LoopDetection should take switch block containers into account in IncludeNestedContainers. 6 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 Make ILRange field private - introduce public API for IL range manipulation. 6 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 Basic implementation of local functions. 6 years ago