|
@@ -465,6 +465,8 @@ Performance will 50-100% slower than without obfuscation
|
|
|
compact: true,
|
|
|
controlFlowFlattening: true,
|
|
|
controlFlowFlatteningThreshold: 1,
|
|
|
+ deadCodeInjection: true,
|
|
|
+ deadCodeInjectionThreshold: 1,
|
|
|
debugProtection: true,
|
|
|
debugProtectionInterval: true,
|
|
|
disableConsoleOutput: true,
|
|
@@ -486,6 +488,8 @@ Performance will 30-35% slower than without obfuscation
|
|
|
compact: true,
|
|
|
controlFlowFlattening: true,
|
|
|
controlFlowFlatteningThreshold: 0.75,
|
|
|
+ deadCodeInjection: true,
|
|
|
+ deadCodeInjectionThreshold: 0.75,
|
|
|
debugProtection: false,
|
|
|
debugProtectionInterval: false,
|
|
|
disableConsoleOutput: true,
|
|
@@ -506,6 +510,7 @@ Performance will slightly slower than without obfuscation
|
|
|
{
|
|
|
compact: true,
|
|
|
controlFlowFlattening: false,
|
|
|
+ deadCodeInjection: false,
|
|
|
debugProtection: false,
|
|
|
debugProtectionInterval: false,
|
|
|
disableConsoleOutput: true,
|