.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 51522c4487 Fix #3190: NRE in YieldReturnDecompiler 3 months ago
..
AsyncAwaitDecompiler.cs Add VariableScope and rework AssignVariableNames step to support renaming parameters of nested ILFunctions in the future. 3 months ago
AwaitInCatchTransform.cs
AwaitInFinallyTransform.cs
ConditionDetection.cs
ControlFlowGraph.cs Fix #3258: Move GraphVizGraph and friends to ILSpy and remove InternalsVisibleTo. 10 months ago
ControlFlowSimplification.cs
DetectPinnedRegions.cs Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 1 year ago
ExitPoints.cs
LoopDetection.cs
RemoveRedundantReturn.cs
StateRangeAnalysis.cs Fix StateRangeAnalysis to handle changes in yield return codegen in Roslyn 4.13. 4 months ago
SwitchAnalysis.cs
SwitchDetection.cs Add support for switch on (ReadOnly)Span<char> using a compiler-generated hash function. 1 year ago
SymbolicExecution.cs
YieldReturnDecompiler.cs Fix #3190: NRE in YieldReturnDecompiler 3 months ago