.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.
 
 
 
Eusebiu Marcu ce96b7f6ca Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
..
DefaultDictionary.cs Started analysis of yield return statements. 16 years ago
GotoRemoval.cs Fixed return duplication in the case when the last return statement was already removed. 16 years ago
ILAstBuilder.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
ILAstOptimizer.cs Implemented a simple copy-propagation step. 16 years ago
ILAstTypes.cs Fixed crash when decompiling System.Net.ShellExpression. 16 years ago
ILCodes.cs Add support for collection initializers. 16 years ago
ILInlining.cs Fix switch on string when the compiler introduced a temporary variable for the string being switched on. 16 years ago
InitializerPeepholeTransforms.cs Add support for collection initializers. 16 years ago
Pattern.cs Adjust yield return decompiler to David's pattern matching refactoring. 16 years ago
PeepholeTransform.cs Fix lambda expressions that are used within conditions. 16 years ago
TypeAnalysis.cs Add support for collection initializers. 16 years ago
YieldReturnDecompiler.cs Implemented decompilation of 'lock'. 16 years ago