.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 ed631cc7d3 Fix #1307: some of the blocks made unreachable by the yield-return-transform were not deleted 7 years ago
..
AsyncAwaitDecompiler.cs Merge IDecompilerTypeSystem with ICompilation. 7 years ago
AwaitInCatchTransform.cs Fix await in finally pattern with using statement. 7 years ago
ConditionDetection.cs Restore HighLevelLoopTransform pattern match for loop contents within if body 7 years ago
ControlFlowGraph.cs Merge Return instruction into Leave. 8 years ago
ControlFlowSimplification.cs Only use mcs for the first compilation pass. Consistently run test cases using .NET 4.x runtime. 7 years ago
DetectPinnedRegions.cs #1195: Fix several issues decompiling SharpSvn.dll (C++/CLI) 7 years ago
ExitPoints.cs Fix #1140: Fix assertion when finally block unconditionally throws an exception. 7 years ago
LoopDetection.cs Select outer-loop continue branches as break targets for switches in nested loops 7 years ago
StateRangeAnalysis.cs Simplify use of SwitchInstruction in ILAst 8 years ago
SwitchAnalysis.cs Don't match sub.ovf in SwitchAnalysis. 7 years ago
SwitchDetection.cs Better shortcircuit detection to avoid single condition switch statements 7 years ago
SymbolicExecution.cs Eliminate the dedicated logic.not instruction, and treat it as syntax sugar similar to logic.and/logic.or. 8 years ago
YieldReturnDecompiler.cs Fix #1307: some of the blocks made unreachable by the yield-return-transform were not deleted 7 years ago