.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.
 
 
 
 
Daniel Grunwald 1e6cc8f8b1 Fixed bugs with collection initializers. 14 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 Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
ILAstOptimizer.cs Fixed issues introduced by #139 (Improved local variable inlining) 14 years ago
ILAstTypes.cs Merged ICSharpCode.Decompiler changes from debugger branch. 14 years ago
ILCodes.cs Introduce 'AddressOf' pseudo-opcode to make the type system aware of inlined value types (#139) 14 years ago
ILInlining.cs Fixed issues introduced by #139 (Improved local variable inlining) 14 years ago
InitializerPeepholeTransforms.cs Fixed bugs with collection initializers. 14 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 Introduce 'AddressOf' pseudo-opcode to make the type system aware of inlined value types (#139) 14 years ago
SimpleControlFlow.cs Fixed post-increment operator on fields in generic classes. 15 years ago
TypeAnalysis.cs Introduce 'AddressOf' pseudo-opcode to make the type system aware of inlined value types (#139) 14 years ago
YieldReturnDecompiler.cs Fixed bug that caused yield-return analysis to fail sometimes. 15 years ago