.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 12094a8376 Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst. 6 years ago
..
AssignVariableNames.cs
BlockTransform.cs
CachedDelegateInitialization.cs
CombineExitsTransform.cs
CopyPropagation.cs
DelegateConstruction.cs Cleanup and refactoring after code review 6 years ago
DetectCatchWhenConditionBlocks.cs
DynamicCallSiteTransform.cs
DynamicIsEventAssignmentTransform.cs
EarlyExpressionTransforms.cs
ExpressionTransforms.cs
FixLoneIsInst.cs Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst. 6 years ago
FixRemainingIncrements.cs Fix #1903: un-inline argument of unsupported `isinst` instructions. 6 years ago
HighLevelLoopTransform.cs
IILTransform.cs #2058: Avoid NullReferenceException when DecompileRun is not provided. 6 years ago
ILExtraction.cs Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst. 6 years ago
ILInlining.cs Merge remote-tracking branch 'origin/fix-2050' 6 years ago
IndexRangeTransform.cs
InlineReturnTransform.cs
IntroduceDynamicTypeOnLocals.cs
IntroduceRefReadOnlyModifierOnLocals.cs
LocalFunctionDecompiler.cs Fix #2053: Assert and NRE in LocalFunctionDecompiler 6 years ago
LockTransform.cs
NamedArgumentTransform.cs
NullCoalescingTransform.cs
NullPropagationTransform.cs
NullableLiftingTransform.cs
ProxyCallReplacer.cs
ReduceNestingTransform.cs Revert the InvertIf change; it causes too many issues for the following transforms. 6 years ago
RemoveDeadVariableInit.cs
SplitVariables.cs
StatementTransform.cs #2050: Allow inlining into the StObj target slot when this is possible without changing the program semantics. 6 years ago
Stepper.cs
SwitchOnNullableTransform.cs Add some missing checks to MatchRoslynSwitchOnString 6 years ago
SwitchOnStringTransform.cs Fix decompilation of switch where default section is a leave instruction. 6 years ago
TransformArrayInitializers.cs Adapt TransformArrayInitializers to ILAst changes. 6 years ago
TransformAssignment.cs
TransformCollectionAndObjectInitializers.cs Add Validation of delegate target instructions. 6 years ago
TransformDisplayClassUsage.cs Fix TDCU's version of copy propagation being too aggressive. 6 years ago
TransformExpressionTrees.cs Adapt TransformExpressionTrees to ILAst changes. 6 years ago
TupleTransform.cs
UserDefinedLogicTransform.cs
UsingTransform.cs