.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 07d5a01d2b Add license headers to source files that lacked them 2 days ago
..
AsyncAwaitDecompiler.cs Fix #3825: handle hoisted-local cleanup before combined-tokens disposal 3 days ago
AwaitInCatchTransform.cs dev: Strip BOM mark from text files 10 months ago
AwaitInFinallyTransform.cs Reverse runtime-async lowering of try-finally and try-catch with await. 2 months ago
ConditionDetection.cs Fix IDE2000 globally 6 months ago
ControlFlowGraph.cs Add license headers to source files that lacked them 2 days ago
ControlFlowSimplification.cs Remove hack that prevented inlining of the first instruction in each block. 3 years ago
DetectPinnedRegions.cs Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 2 years ago
ExitPoints.cs dev: Strip BOM mark from text files 10 months ago
LoopDetection.cs dev: Strip BOM mark from text files 10 months ago
RemoveRedundantReturn.cs dev: Strip BOM mark from text files 10 months ago
RuntimeAsyncExceptionRewriteTransform.cs Drop the per-call predicate from FindFlagInitStore. 2 months ago
RuntimeAsyncManualAwaitTransform.cs Reduce runtime-async manual await pattern (non-Task awaitables) to Await. 2 months ago
StateRangeAnalysis.cs Fix IDE2000 globally 6 months ago
SwitchAnalysis.cs Add license headers to source files that lacked them 2 days ago
SwitchDetection.cs Fix #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. 3 weeks ago
SymbolicExecution.cs Add Visual Basic symbolic execution option which ignores overflow checks 3 years ago
YieldReturnDecompiler.cs Fix #3479: If YieldReturnDecompiler.ConvertBody fails, abort transforming the state machine instead of continuing with invalid code. 11 months ago