.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 c1fb133fd3 Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 12 years ago
..
AsyncDecompiler.cs Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 12 years ago
DefaultDictionary.cs
GotoRemoval.cs
ILAstBuilder.cs Merge pull request #415 from turbanoff/master 12 years ago
ILAstOptimizer.cs fix #367 - VB output issues 13 years ago
ILAstTypes.cs
ILCodes.cs Initial implementation of async/await decompiler. 14 years ago
ILInlining.cs AsyncDecompiler: fix some issues with Roslyn-compiled code 12 years ago
InitializerPeepholeTransforms.cs Fix #296: Array initialization decompiles into recursive reference 14 years ago
LiftedOperators.cs Restrict variable splitting in case of nondeterministic ldloca opcodes. 14 years ago
LoopsAndConditions.cs Traverse the dominator tree in depth-first order when finding conditions. This reduces the number of gotos produced for complex control flow. 14 years ago
PatternMatching.cs Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 12 years ago
PeepholeTransform.cs Fix array creation with unsigned integers. 14 years ago
SimpleControlFlow.cs
StateRange.cs AsyncDecompiler: fix some issues with Roslyn-compiled code 12 years ago
SymbolicExecution.cs StateRange analysis / SymbolicExecution: add support for implicit int->bool conversion. 12 years ago
TypeAnalysis.cs AsyncDecompiler: fix some issues with Roslyn-compiled code 12 years ago
YieldReturnDecompiler.cs YieldReturnDecompiler: don't fail symbolic analysis if 'returnFalseLabel' is missing 12 years ago