.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 0010be6add Fixed decompiling "new byte[length]" where length is a long. 14 years ago
..
DefaultDictionary.cs Consistently use the full MIT license header on source files. 15 years ago
GotoRemoval.cs Remove unreachable return statements. Closes #174. Closes #192 15 years ago
ILAstBuilder.cs Switched to "define-use" naming convention in ILAstBuilder. Refactored variable splitting. 15 years ago
ILAstOptimizer.cs Fixed decompiling "new byte[length]" where length is a long. 14 years ago
ILAstTypes.cs Replace endfinally with jump. Closes #232 15 years ago
ILCodes.cs Initial implementation of Expression Tree Decompilation (#175) 15 years ago
ILInlining.cs Type analysis support for the remaining lifted operators 15 years ago
InitializerPeepholeTransforms.cs Fixed decompiling "new byte[length]" where length is a long. 14 years ago
LiftedOperators.cs Restrict variable splitting in case of nondeterministic ldloca opcodes. 15 years ago
LoopsAndConditions.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
PatternMatching.cs Consistently use the full MIT license header on source files. 15 years ago
PeepholeTransform.cs Fixed decompiling "new byte[length]" where length is a long. 14 years ago
SimpleControlFlow.cs Boolean logic decompilation improvement refactored to SimplifyTernaryOperator 15 years ago
TypeAnalysis.cs Fixed decompiling "new byte[length]" where length is a long. 14 years ago
YieldReturnDecompiler.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 years ago