.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 5c4a87eb32 Variable splitting for variables of type Nullable<T>. 8 years ago
..
AssignVariableNames.cs Add HasGeneratedName flag 8 years ago
BlockTransform.cs Improve decompiler performance. 8 years ago
CachedDelegateInitialization.cs CachedDelegateInitialization: extend Roslyn pattern for non-static context 8 years ago
CopyPropagation.cs Remove useless stack variables. 8 years ago
DelegateConstruction.cs Remove ILFunction.Read; Add AssignVariableNames 8 years ago
ExpressionTransforms.cs Try to get rid of some more gotos. 8 years ago
IILTransform.cs Improve decompiler performance. 8 years ago
ILInlining.cs Remove useless stack variables. 8 years ago
LoopingTransform.cs Fix detection of do-while and for loops. 8 years ago
NullCoalescingTransform.cs Fix use of Clone in NullCoalescingTransform 8 years ago
RemoveDeadVariableInit.cs Decompile object initializers more aggressively when the initialized object is stored in a stack slot. 8 years ago
SplitVariables.cs Variable splitting for variables of type Nullable<T>. 8 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 9 years ago
TransformArrayInitializers.cs First implementation of TransformCollectionAndObjectInitializers 8 years ago
TransformAssignment.cs Rename BlockType.CompoundOperator to PostfixOperator 8 years ago
TransformCollectionAndObjectInitializers.cs Decompile object initializers more aggressively when the initialized object is stored in a stack slot. 8 years ago