.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.
 
 
 
Siegfried Pammer ed6a2db37c Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago
..
AssignVariableNames.cs Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago
BlockTransform.cs Improve decompiler performance. 9 years ago
CachedDelegateInitialization.cs CachedDelegateInitialization: extend Roslyn pattern for non-static context 9 years ago
CopyPropagation.cs Remove useless stack variables. 9 years ago
DelegateConstruction.cs Remove ILFunction.Read; Add AssignVariableNames 9 years ago
ExpressionTransforms.cs #631: fix infinite transform loop 9 years ago
IILTransform.cs Improve decompiler performance. 9 years ago
ILInlining.cs [async] Fix await decompilation when GetResult call got inlined into another instruction. 9 years ago
LoopingTransform.cs Improve cancellation. 9 years ago
NullCoalescingTransform.cs Fix use of Clone in NullCoalescingTransform 9 years ago
RemoveDeadVariableInit.cs [async] Decompile await operator. 9 years ago
SplitVariables.cs Fix NullReferenceException in SplitVariables.AddressUsedOnlyForReading 9 years ago
Stepper.cs Run IntroduceExitPoints before loop detection, and let loop detection introduce its own exit points. 10 years ago
TransformArrayInitializers.cs Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago
TransformAssignment.cs Rename BlockType.CompoundOperator to PostfixOperator 9 years ago
TransformCollectionAndObjectInitializers.cs Add VariableKind.InitializerTarget to separate stack slots should be renamed from purely generated helper variables in initializer blocks. 9 years ago