.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 d4922cfec0 Don't inline a pointer-typed stackalloc into an expression 3 months ago
..
AssignVariableNames.cs Fix #3616: local variable naming conflict with primary constructor parameters. 9 months ago
BlockTransform.cs Fix IDE2000 globally 9 months 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 dev: Strip BOM mark from text files 1 year ago
CopyPropagation.cs Fix IDE2000 globally 9 months ago
DeconstructionTransform.cs dev: Strip BOM mark from text files 1 year ago
DelegateConstruction.cs dev: Strip BOM mark from text files 1 year ago
DetectCatchWhenConditionBlocks.cs dev: Strip BOM mark from text files 1 year ago
DynamicCallSiteTransform.cs dev: Strip BOM mark from text files 1 year ago
DynamicIsEventAssignmentTransform.cs dev: Strip BOM mark from text files 1 year ago
EarlyExpressionTransforms.cs Fix #3777: decompile runtime async without a separate C# 15 setting 3 months ago
ExpressionTransforms.cs Rename option to "UseObjectCreationOfGenericTypeParameter" 1 year ago
FixRemainingIncrements.cs dev: Strip BOM mark from text files 1 year ago
HighLevelLoopTransform.cs dev: Strip BOM mark from text files 1 year ago
IILTransform.cs dev: Strip BOM mark from text files 1 year ago
ILExtraction.cs dev: Strip BOM mark from text files 1 year ago
ILInlining.cs Don't inline a pointer-typed stackalloc into an expression 3 months ago
IndexRangeTransform.cs dev: Strip BOM mark from text files 1 year ago
InlineArrayTransform.cs dev: Strip BOM mark from text files 1 year ago
InlineReturnTransform.cs dev: Strip BOM mark from text files 1 year ago
InterpolatedStringTransform.cs dev: Strip BOM mark from text files 1 year ago
IntroduceDynamicTypeOnLocals.cs dev: Strip BOM mark from text files 1 year ago
IntroduceNativeIntTypeOnLocals.cs dev: Strip BOM mark from text files 1 year ago
IntroduceRefReadOnlyModifierOnLocals.cs dev: Strip BOM mark from text files 1 year ago
LdLocaDupInitObjTransform.cs dev: Strip BOM mark from text files 1 year ago
LocalFunctionDecompiler.cs Fix regression in decompiling local functions with default parameters 1 year 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 dev: Strip BOM mark from text files 1 year ago
NullCoalescingTransform.cs dev: Strip BOM mark from text files 1 year ago
NullPropagationTransform.cs dev: Strip BOM mark from text files 1 year ago
NullableLiftingTransform.cs dev: Strip BOM mark from text files 1 year ago
PatternMatchingTransform.cs dev: Strip BOM mark from text files 1 year ago
ProxyCallReplacer.cs dev: Strip BOM mark from text files 1 year ago
ReduceNestingTransform.cs Extend `EliminateRedundantTryFinally` in `ReduceNestingTransform` 3 years ago
RemoveDeadVariableInit.cs Fix IDE2000 globally 9 months ago
RemoveInfeasiblePathTransform.cs dev: Strip BOM mark from text files 1 year ago
RemoveUnconstrainedGenericReferenceTypeCheck.cs dev: Strip BOM mark from text files 1 year ago
SplitVariables.cs dev: Strip BOM mark from text files 1 year ago
StatementTransform.cs dev: Strip BOM mark from text files 1 year ago
Stepper.cs dev: Strip BOM mark from text files 1 year ago
SwitchOnNullableTransform.cs Fix #3577: Properly infer the switch governing type and preserve conversions 11 months ago
SwitchOnStringTransform.cs Fix #3382: Support compiler-generated throw-helper invocations in switch-expression implicit default-case. 3 months ago
TransformArrayInitializers.cs Don't reconstruct a partially written stackalloc as an initializer 3 months ago
TransformAssignment.cs Fix IDE2000 globally 9 months ago
TransformCollectionAndObjectInitializers.cs Fix #3671: TransformCollectionAndObjectInitializers mistakenly included trailing variable initialization. 6 months ago
TransformDisplayClassUsage.cs Add a treenode and decompiler APIs for extensions. 6 months ago
TransformExpressionTrees.cs Fix IDE2000 globally 9 months ago
TupleTransform.cs dev: Strip BOM mark from text files 1 year ago
UserDefinedLogicTransform.cs dev: Strip BOM mark from text files 1 year ago
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