.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 6cee0cdc4b Fix #3258: Move GraphVizGraph and friends to ILSpy and remove InternalsVisibleTo. 2 years ago
..
AsyncAwaitDecompiler.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
AwaitInCatchTransform.cs
AwaitInFinallyTransform.cs
ConditionDetection.cs Avoid reference count temporarily dropping to zero while ConditionDetection moves instructions to other blocks. 3 years ago
ControlFlowGraph.cs Fix #3258: Move GraphVizGraph and friends to ILSpy and remove InternalsVisibleTo. 2 years ago
ControlFlowSimplification.cs
DetectPinnedRegions.cs Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 2 years ago
ExitPoints.cs
LoopDetection.cs
RemoveRedundantReturn.cs
StateRangeAnalysis.cs
SwitchAnalysis.cs Fix #3069: Reuse SwitchAnalysis instead of MatchIfElseOnCharBlock 3 years ago
SwitchDetection.cs Add support for switch on (ReadOnly)Span<char> using a compiler-generated hash function. 2 years ago
SymbolicExecution.cs
YieldReturnDecompiler.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago