.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 77c3be280b Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 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 Do not fall though the end of try-block. It should never happen in valid IL, but some obfuscators generate such code. Closes #164 15 years ago
ILAstOptimizer.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 years ago
ILAstTypes.cs Inlining: remove the arg_-Variable in catch blocks. 15 years ago
ILCodes.cs Type analysis support for operators on nullable values 15 years ago
ILInlining.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 years ago
InitializerPeepholeTransforms.cs Consistently use the full MIT license header on source files. 15 years ago
LoopsAndConditions.cs Applied some of the optimizations suggested by Kris Vandermotten. #150 15 years ago
NullableOperators.cs Added some comments and simplified the pattern matching 15 years ago
PatternMatching.cs Consistently use the full MIT license header on source files. 15 years ago
PeepholeTransform.cs Added some comments and simplified the pattern matching 15 years ago
SimpleControlFlow.cs Boolean logic decompilation improvement refactored to SimplifyTernaryOperator 15 years ago
TypeAnalysis.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy 15 years ago
YieldReturnDecompiler.cs Improved decompilation correctness for operators on nullable values 15 years ago