.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.
 
 
 
 
Pent Ploompuu 001a5d4cd7 Improved decompilation quality for expressions involving boolean negations 14 years ago
..
DefaultDictionary.cs Consistently use the full MIT license header on source files. 14 years ago
GotoRemoval.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
ILAstBuilder.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
ILAstOptimizer.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy 14 years ago
ILAstTypes.cs Inlining: remove the arg_-Variable in catch blocks. 14 years ago
ILCodes.cs Type analysis support for operators on nullable values 14 years ago
ILInlining.cs Type analysis support for operators on nullable values 14 years ago
InitializerPeepholeTransforms.cs Consistently use the full MIT license header on source files. 14 years ago
LoopsAndConditions.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 14 years ago
NullableOperators.cs Type analysis support for operators on nullable values 14 years ago
PatternMatching.cs Consistently use the full MIT license header on source files. 14 years ago
PeepholeTransform.cs Improved decompilation quality for expressions involving boolean negations 14 years ago
SimpleControlFlow.cs make pattern for custom short circuit operator invocations more restrictive 14 years ago
TypeAnalysis.cs Improved decompilation quality for expressions involving boolean negations 14 years ago
YieldReturnDecompiler.cs Improved decompilation correctness for operators on nullable values 14 years ago