.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 35e781f2f5 Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
..
ArrayInitializers.cs Change namespace to ICSharpCode.Decompiler. 15 years ago
DefaultDictionary.cs Started analysis of yield return statements. 15 years ago
GotoRemoval.cs Fixed return duplication in the case when the last return statement was already removed. 15 years ago
ILAstBuilder.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
ILAstOptimizer.cs Perform inlining at the end 15 years ago
ILAstTypes.cs Merge branch 'master' of github.com:icsharpcode/ILSpy 15 years ago
ILCodes.cs Merge branch 'master' of github.com:icsharpcode/ILSpy 15 years ago
ILInlining.cs Change namespace to ICSharpCode.Decompiler. 15 years ago
Pattern.cs Adjust yield return decompiler to David's pattern matching refactoring. 15 years ago
PeepholeTransform.cs Reduced branch codes to just br and brtrue 15 years ago
TypeAnalysis.cs Type analysis for "yield return" 15 years ago
YieldReturnDecompiler.cs Fix decompiling iterator blocks in debug builds when there is no try-finally block and the "ret(0)" is reached by fall-through (instead of by a jump instruction). Closes #68. 15 years ago