.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 1b90809728 Implemented 'fixed' statement for arrays. 15 years ago
..
DefaultDictionary.cs Started analysis of yield return statements. 15 years ago
GotoRemoval.cs GetSelfAndChildrenRecursive can be predicated 15 years ago
ILAstBuilder.cs Improve handling of pinned variables. 15 years ago
ILAstOptimizer.cs Fix type analysis bugs. 15 years ago
ILAstTypes.cs Fix type analysis bugs. 15 years ago
ILCodes.cs Improve handling of pinned variables. 15 years ago
ILInlining.cs Improve handling of pinned variables. 15 years ago
InitializerPeepholeTransforms.cs Use the simple pattern matching for array initializers 15 years ago
LoopsAndConditions.cs Moved loops and condition optimizations to its own file 15 years ago
PatternMatching.cs Use the same representation for parameters and variables. 15 years ago
PeepholeTransform.cs Implemented 'fixed' statement for arrays. 15 years ago
TypeAnalysis.cs Add support for calling methods on pointers (ptr->ToString()). 15 years ago
YieldReturnDecompiler.cs Use the same representation for parameters and variables. 15 years ago