.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 0a2037ae1f #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 2 years ago
..
AsyncAwaitDecompiler.cs Extend VBPretty Async test code 3 years 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 #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 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 Add support for MSC 2.6.4 pinned region with string variable 2 years 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 SparseIntegerSwitch option. 5 years ago
SymbolicExecution.cs Add Visual Basic symbolic execution option which ignores overflow checks 2 years ago
YieldReturnDecompiler.cs Add Visual Basic symbolic execution option which ignores overflow checks 2 years ago