.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 Handle leave instructions in state-range analysis. 3 years ago
ConditionDetection.cs Avoid reference count temporarily dropping to zero while ConditionDetection moves instructions to other blocks. 2 years ago
ControlFlowGraph.cs Fix #3258: Move GraphVizGraph and friends to ILSpy and remove InternalsVisibleTo. 11 months ago
ControlFlowSimplification.cs Remove hack that prevented inlining of the first instruction in each block. 2 years ago
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 Fix #3069: Reuse SwitchAnalysis instead of MatchIfElseOnCharBlock 2 years ago
SwitchDetection.cs Add support for switch on (ReadOnly)Span<char> using a compiler-generated hash function. 1 year ago
SymbolicExecution.cs Add Visual Basic symbolic execution option which ignores overflow checks 2 years ago
YieldReturnDecompiler.cs Fix #3190: NRE in YieldReturnDecompiler 3 months ago