.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 9dde97414a Rename ResolvedUsingScope to UsingScope 8 months ago
..
AssignVariableNames.cs Fix #3512: Local function name collides with local variable name 8 months ago
BlockTransform.cs Fix #3075: eliminate recursion in TopologicalSort and BlockTransform. 2 years ago
CachedDelegateInitialization.cs #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 3 years ago
CombineExitsTransform.cs
CopyPropagation.cs
DeconstructionTransform.cs
DelegateConstruction.cs Fix #3353: Normal method is decompiled as lambda expression. 1 year ago
DetectCatchWhenConditionBlocks.cs Move LocalFunctionDecompiler.GetStatement to Block.GetContainingStatement 9 months ago
DynamicCallSiteTransform.cs
DynamicIsEventAssignmentTransform.cs
EarlyExpressionTransforms.cs #3367: Extend range check to support negative integers. 1 year ago
ExpressionTransforms.cs Rename option to "UseObjectCreationOfGenericTypeParameter" 9 months ago
FixLoneIsInst.cs
FixRemainingIncrements.cs Add support for calling `operator checked`. 3 years ago
HighLevelLoopTransform.cs Avoid reference count temporarily dropping to zero while ConditionDetection moves instructions to other blocks. 3 years ago
IILTransform.cs Rename ResolvedUsingScope to UsingScope 8 months ago
ILExtraction.cs Fix nullability of Extract return type 11 months ago
ILInlining.cs Generalize ILInlining special cases for in arguments of ROS<T> ctors. 9 months ago
IndexRangeTransform.cs
InlineArrayTransform.cs InlineArrayTransform: Add more bounds checking 10 months ago
InlineReturnTransform.cs
InterpolatedStringTransform.cs
IntroduceDynamicTypeOnLocals.cs Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals. 3 years ago
IntroduceNativeIntTypeOnLocals.cs Fix handling of recombined variables and nested functions in IntroduceNativeIntTypeOnLocals and IntroduceDynamicTypeOnLocals. 3 years ago
IntroduceRefReadOnlyModifierOnLocals.cs Fix #3237: Use `ref readonly` locals for `readonly.ldelema` 2 years ago
LdLocaDupInitObjTransform.cs
LocalFunctionDecompiler.cs Move LocalFunctionDecompiler.GetStatement to Block.GetContainingStatement 9 months ago
LockTransform.cs #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 3 years ago
NamedArgumentTransform.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 1 year ago
NullCoalescingTransform.cs
NullPropagationTransform.cs Move CanTransformToExtensionMethodCall to CSharpResolver 8 months ago
NullableLiftingTransform.cs Make NullableLiftingTransform handle the case where ExpressionTransforms.VisitComp already lifted a nullable comparison with constant. 2 years ago
PatternMatchingTransform.cs Add missing DecompilerSettings for new language features 3 years ago
ProxyCallReplacer.cs Use MetadataFile instead of PEFile in TypeSystem. 2 years ago
ReduceNestingTransform.cs Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform` 3 years ago
RemoveDeadVariableInit.cs
RemoveInfeasiblePathTransform.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 1 year ago
RemoveUnconstrainedGenericReferenceTypeCheck.cs Add transform to remove unconstrained generic reference type check. 1 year ago
SplitVariables.cs Allow variable splitting of compiler-generated temporaries for Span<T>/ROS<T> 10 months ago
StatementTransform.cs #3075: Avoid processing already-transformed blocks by introducing BlockTransformContext.IndexOfFirstAlreadyTransformedInstruction, which allows us to track already transformed instructions after a block has been merged into another by ConditionDetection. 3 years ago
Stepper.cs Fix #3110: Add support for MCS 2.6.4 pinned region with array variable 2 years ago
SwitchOnNullableTransform.cs
SwitchOnStringTransform.cs Enhance null handling in switch transformations 1 year ago
TransformArrayInitializers.cs Fix #3492: Do not crash, if field used by RuntimeHelpers.InitializeArray is malformed. 9 months ago
TransformAssignment.cs Implemented support for string concatenation compound assignments involving ReadOnlySpan<char>. 2 years ago
TransformCollectionAndObjectInitializers.cs Move CanTransformToExtensionMethodCall to CSharpResolver 8 months ago
TransformDisplayClassUsage.cs Move LocalFunctionDecompiler.GetStatement to Block.GetContainingStatement 9 months ago
TransformExpressionTrees.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 1 year ago
TupleTransform.cs
UserDefinedLogicTransform.cs
UsingTransform.cs Prevent inlining of call arguments when doing so would change order of evaluation with regards to the implicit ldobj performed by a constrained.callvirt. 1 year ago