.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 dbe29596de Fix #1210: v4.x: System.InvalidCastException: Specified cast is not valid 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 Fix #1193: Performance issues with deeply nested block structures 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 Fix #1154: Decompilation of fixed statement when pointer variable is unused 7 years ago
ExitPoints.cs Fix #1140: Fix assertion when finally block unconditionally throws an exception. 7 years ago
LoopDetection.cs Merge branch 'master' of github.com:icsharpcode/ILSpy into loops 8 years ago
StateRangeAnalysis.cs Simplify use of SwitchInstruction in ILAst 8 years ago
SwitchAnalysis.cs Fix SwitchAnalysis not recursing into the default-block of IL switches. 8 years ago
SwitchDetection.cs Fix #914: Exception when viewing an internal class in Roslyn assembly 8 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 #1210: v4.x: System.InvalidCastException: Specified cast is not valid 7 years ago