Skip to content

Commit 18a7296

Browse files
authored
Merge ebabfbb into 1006c87
2 parents 1006c87 + ebabfbb commit 18a7296

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Confuser.Protections/HardeningPhase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public HardeningPhase(HardeningProtection parent) : base(parent) { }
2020
public override string Name => "Hardening Phase";
2121

2222
/// <inheritdoc />
23-
public override bool ProcessAll => true;
23+
public override bool ProcessAll => false;
2424

2525
/// <inheritdoc />
2626
protected override void Execute(ConfuserContext context, ProtectionParameters parameters) {

0 commit comments

Comments
 (0)