.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 65be04d18e Move local variables into a property of AstBuilder 15 years ago
..
DefaultDictionary.cs Started analysis of yield return statements. 15 years ago
GotoRemoval.cs Helpers ILCode.IsConditionalControlFlow() and ILCode.IsUnconditionalControlFlow() 15 years ago
ILAstBuilder.cs Move local variables into a property of AstBuilder 15 years ago
ILAstOptimizer.cs Implemented CachedDelegateInitialization transform for local variables (used for capturing lamdbas within loops). 15 years ago
ILAstTypes.cs Merge branch 'master' of git://github.com/icsharpcode/ILSpy into Debugger 15 years ago
ILCodes.cs Fix crash when decompiling calli instruction. Closes #113. 15 years ago
ILInlining.cs Moved some of the optimizations into the while(modified) loop 15 years ago
InitializerPeepholeTransforms.cs Fixed initilizers and fixed statements which I broke during the refactoring. 15 years ago
LoopsAndConditions.cs ILBasicBlock refactored to consist only of the body. Removed ILComment. Closes #86 15 years ago
PatternMatching.cs Make the pre-increment operators work on static fields. 15 years ago
PeepholeTransform.cs CachedDelegateInitialization: use less aggressive inlining 15 years ago
SimpleControlFlow.cs Fixed post-increment operator on fields in generic classes. 15 years ago
TypeAnalysis.cs Add support for mkrefany opcode. 15 years ago
YieldReturnDecompiler.cs Fixed bug that caused yield-return analysis to fail sometimes. 15 years ago