.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 38e7ab4373 Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 1 year ago
..
AsyncAwaitDecompiler.cs Use MetadataFile instead of PEFile in TypeSystem. 1 year ago
AwaitInCatchTransform.cs Fix #2366: NRE in AwaitInCatchTransform.MatchAwaitCatchHandler() and pattern errors when dealing with a switch-based jump table in AwaitInCatchTransform 4 years ago
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 #2128: Reformat the whole code base. 5 years 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 Allow detecting exit points across multiple levels of containers. 4 years ago
LoopDetection.cs #2128: Reformat the whole code base. 5 years ago
RemoveRedundantReturn.cs Remove redundant code from RemoveRedundantReturn.cs 4 years ago
StateRangeAnalysis.cs Add Visual Basic symbolic execution option which ignores overflow checks 2 years 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 Use MetadataFile instead of PEFile in TypeSystem. 1 year ago