.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 3f10294a72 Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
..
AssignVariableNames.cs Use `nint` type for local IntPtr variables if arithmetic is performed on them. 5 years ago
BlockTransform.cs
CachedDelegateInitialization.cs
CombineExitsTransform.cs
CopyPropagation.cs
DeconstructionTransform.cs Add DeconstructionTransform + implement DeconstructInstruction in ExpressionBuilder 5 years ago
DelegateConstruction.cs Cleanup and refactoring after code review 5 years ago
DetectCatchWhenConditionBlocks.cs
DynamicCallSiteTransform.cs Inline variable declarations/modernize parts of our code base. 5 years ago
DynamicIsEventAssignmentTransform.cs
EarlyExpressionTransforms.cs
ExpressionTransforms.cs Merge branch 'master' into ranges 5 years ago
FixLoneIsInst.cs Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst. 5 years ago
FixRemainingIncrements.cs Fix #1903: un-inline argument of unsupported `isinst` instructions. 5 years ago
HighLevelLoopTransform.cs
IILTransform.cs #2058: Avoid NullReferenceException when DecompileRun is not provided. 5 years ago
ILExtraction.cs Support extraction out of control-flow IfInstruction even if it isn't using a Block as TrueInst/FalseInst. 5 years ago
ILInlining.cs Move some special cases from ILInlining.FindLoadInNext to the individual ILInstructions. 5 years ago
IndexRangeTransform.cs Validate code movement performed by IndexRangeTransform. 5 years ago
InlineReturnTransform.cs
IntroduceDynamicTypeOnLocals.cs
IntroduceNativeIntTypeOnLocals.cs Use `nint` type for local IntPtr variables if arithmetic is performed on them. 5 years ago
IntroduceRefReadOnlyModifierOnLocals.cs
LocalFunctionDecompiler.cs Fix #2053: Assert and NRE in LocalFunctionDecompiler 5 years ago
LockTransform.cs
NamedArgumentTransform.cs
NullCoalescingTransform.cs
NullPropagationTransform.cs Make sure that the code and the pattern described in the comment above are in sync. 5 years ago
NullableLiftingTransform.cs
ProxyCallReplacer.cs Fix #1976: ProxyCallReplacer should honor selected language version/selected options 5 years ago
ReduceNestingTransform.cs Revert the InvertIf change; it causes too many issues for the following transforms. 5 years ago
RemoveDeadVariableInit.cs
SplitVariables.cs Variable splitting: support cases where a ref is passed through a ref-returning method, and then used. 5 years ago
StatementTransform.cs #2050: Allow inlining into the StObj target slot when this is possible without changing the program semantics. 5 years ago
Stepper.cs
SwitchOnNullableTransform.cs Add some missing checks to MatchRoslynSwitchOnString 5 years ago
SwitchOnStringTransform.cs Fix decompilation of switch where default section is a leave instruction. 5 years ago
TransformArrayInitializers.cs Adapt TransformArrayInitializers to ILAst changes. 5 years ago
TransformAssignment.cs Support compound assignment for native integers. 5 years ago
TransformCollectionAndObjectInitializers.cs Add Validation of delegate target instructions. 5 years ago
TransformDisplayClassUsage.cs Fix #2060: Add support for alternate code patterns in TransformDisplayClassUsage.ValidateConstructor 5 years ago
TransformExpressionTrees.cs Adapt TransformExpressionTrees to ILAst changes. 5 years ago
TupleTransform.cs
UserDefinedLogicTransform.cs
UsingTransform.cs