.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 dd20d43cf0 Merge branch 'master' into newdecompiler 9 years ago
..
AsyncDecompiler.cs Fix for issue #612 10 years ago
DefaultDictionary.cs Consistently use the full MIT license header on source files. 14 years ago
GotoRemoval.cs Remove unreachable return statements. Closes #174. Closes #192 14 years ago
ILAstBuilder.cs ICSharpCode.Decompiler: Merge changes from SharpDevelop to ILSpy. 10 years ago
ILAstOptimizer.cs Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
ILAstTypes.cs Add AvalonEdit, NRefactory, and cecil submodules. 10 years ago
ILCodes.cs Initial implementation of async/await decompiler. 13 years ago
InitializerPeepholeTransforms.cs Fix #296: Array initialization decompiles into recursive reference 13 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. 13 years ago
PatternMatching.cs Fix AsyncDecompiler for roslyn-compiled methods that have finally blocks. 11 years ago
PeepholeTransform.cs Fix array creation with unsigned integers. 13 years ago
SimpleControlFlow.cs Boolean logic decompilation improvement refactored to SimplifyTernaryOperator 14 years ago
StateRange.cs FIX #675. Decompile empty async void methods 9 years ago
SymbolicExecution.cs StateRange analysis / SymbolicExecution: add support for implicit int->bool conversion. 11 years ago
TypeAnalysis.cs Revert "use mono.cecil nuget-package in all projects instead of git sub-module" 9 years ago
YieldReturnDecompiler.cs YieldReturnDecompiler: don't fail symbolic analysis if 'returnFalseLabel' is missing 11 years ago