.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 5177c56d88 Reject MoveNext() methods with more than one cachedStateVar. 6 years ago
..
AsyncAwaitDecompiler.cs Reject MoveNext() methods with more than one cachedStateVar. 6 years ago
AwaitInCatchTransform.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
ConditionDetection.cs Fix assertion in ReduceNestingTransform: after copying the exitInst, it was possible that the old copy of the exitInst became unreachable. 6 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Be less aggressive when removing dead code -- some of it may still be interesting to users. 6 years ago
DetectPinnedRegions.cs Further adjustments to transforms now that copy propagation no longer runs. 6 years ago
ExitPoints.cs Make ILRange field private - introduce public API for IL range manipulation. 6 years ago
LoopDetection.cs Fix switch in loops sometimes detecting an invalid switch body. 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 Fix a bunch of XmlDoc compiler warnings. 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 Fix #1242: Discard unreachable code. 6 years ago