We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1006c87 + ebabfbb commit 18a7296Copy full SHA for 18a7296
Confuser.Protections/HardeningPhase.cs
@@ -20,7 +20,7 @@ public HardeningPhase(HardeningProtection parent) : base(parent) { }
20
public override string Name => "Hardening Phase";
21
22
/// <inheritdoc />
23
- public override bool ProcessAll => true;
+ public override bool ProcessAll => false;
24
25
26
protected override void Execute(ConfuserContext context, ProtectionParameters parameters) {
0 commit comments