.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.
 
 
 
 
Jeremy Pritts 2802403c19
Merge 7da058d3bf into c9f90082e6
2 days ago
..
AsyncAwaitDecompiler.cs Merge 7da058d3bf into c9f90082e6 2 days ago
AwaitInCatchTransform.cs dev: Strip BOM mark from text files 1 year ago
AwaitInFinallyTransform.cs Reverse runtime-async lowering of try-finally and try-catch with await. 4 months ago
ConditionDetection.cs Extend InferType() to every ILInstruction 2 weeks ago
ControlFlowGraph.cs Add license headers to source files that lacked them 2 months ago
ControlFlowSimplification.cs Fix #1388, #1928: decompile await on dynamic expressions 2 months ago
DetectPinnedRegions.cs Extend InferType() to every ILInstruction 2 weeks ago
ExitPoints.cs dev: Strip BOM mark from text files 1 year ago
LoopDetection.cs dev: Strip BOM mark from text files 1 year ago
RemoveRedundantReturn.cs dev: Strip BOM mark from text files 1 year ago
RuntimeAsyncExceptionRewriteTransform.cs Drop the per-call predicate from FindFlagInitStore. 4 months ago
RuntimeAsyncManualAwaitTransform.cs Avoid `allowImplicitConversion: true` for `await` expressions -- there's no target type that the C# compiler could convert to. 4 weeks ago
StateRangeAnalysis.cs Fix IDE2000 globally 9 months ago
SwitchAnalysis.cs Add license headers to source files that lacked them 2 months ago
SwitchDetection.cs Fix #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. 3 months ago
SymbolicExecution.cs Add Visual Basic symbolic execution option which ignores overflow checks 4 years ago
YieldReturnDecompiler.cs Pass the compilation to ILInstruction.CheckInvariant 2 weeks ago