.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 f5d907e0ce [async] Allow splitting awaiter variables. 8 years ago
..
AsyncAwaitDecompiler.cs [async] Allow splitting awaiter variables. 8 years ago
ConditionDetection.cs Try to get rid of some more gotos. 8 years ago
ControlFlowGraph.cs Reconstruct try-finally blocks in yield return decompiler 9 years ago
ControlFlowSimplification.cs return statements are no longer forcibly moved into loops when the loops are within exception handling blocks. 8 years ago
DetectPinnedRegions.cs Check the CancellationToken a bit more frequently. 8 years ago
ExitPoints.cs Check the CancellationToken a bit more frequently. 8 years ago
LoopDetection.cs WIP: yield return decompiler 9 years ago
StateRangeAnalysis.cs [async]: control flow reconstruction: fixes for legacy csc 8 years ago
SwitchAnalysis.cs Fix generating switch sections without any case labels. 8 years ago
SwitchDetection.cs Adjust labels of simple switch instructions. 8 years ago
SymbolicExecution.cs Adjust labels of simple switch instructions. 8 years ago
YieldReturnDecompiler.cs Start on new async/await decompiler. 8 years ago