.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 4b716e2db5 Fix #2056: "remove branch into body" must be executed before the clone cleanup 6 years ago
..
AsyncAwaitDecompiler.cs Don't require a definition for the task builder type, also accept an UnknownType. 6 years ago
AwaitInCatchTransform.cs Fix #1896: Remove unreachable blocks 6 years ago
AwaitInFinallyTransform.cs split out AwaitInFinallyTransform.cs from AwaitInCatchTransform.cs 7 years ago
ConditionDetection.cs Revert the InvertIf change; it causes too many issues for the following transforms. 6 years ago
ControlFlowGraph.cs
ControlFlowSimplification.cs Add some missing checks to MatchRoslynSwitchOnString 6 years ago
DetectPinnedRegions.cs Fix #2056: "remove branch into body" must be executed before the clone cleanup 6 years ago
ExitPoints.cs
LoopDetection.cs Remove outdated comment. The `PickExitPoint` heuristic is no longer using "amount of code" but the IL block order. 6 years ago
StateRangeAnalysis.cs
SwitchAnalysis.cs Fix #1621: Add AllowUnreachableCases in switch analysis. 7 years ago
SwitchDetection.cs #2058: Mark most transforms as public to help users that use the ILAst directly without decompiling to C#. 6 years ago
SymbolicExecution.cs
YieldReturnDecompiler.cs #2058: Mark most transforms as public to help users that use the ILAst directly without decompiling to C#. 6 years ago