.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 45d37675db Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 16 years ago
..
ArrayInitializers.cs Change namespace to ICSharpCode.Decompiler. 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 Fixed return duplication in the case when the last return statement was already removed. 16 years ago
ILAstTypes.cs Generate switch default case. Closes #26 16 years ago
ILCodes.cs Fixed return duplication in the case when the last return statement was already removed. 16 years ago
ILInlining.cs Change namespace to ICSharpCode.Decompiler. 16 years ago
Pattern.cs Change namespace to ICSharpCode.Decompiler. 16 years ago
PeepholeTransform.cs Reduced branch codes to just br and brtrue 16 years ago
TypeAnalysis.cs Support for "break" in switch statements 16 years ago