-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Description
I'm getting Avast antivirus detecting my script as false positive virus threat.
my config used to be:
rotateUnicodeArray: true
,
compact: true,
controlFlowFlattening: false,
deadCodeInjection: false,
debugProtection: false,
debugProtectionInterval: false,
disableConsoleOutput: true,
rotateStringArray: true,
selfDefending: true,
stringArray: true,
stringArrayEncoding: 'base64',
stringArrayThreshold: 0.75,
unicodeEscapeSequence: false
I also tried "lowest" settings, but it still detected as false positive. Forgone the obfuscation altogether and it stopped complaining.
NeXTs, AlexxNica, datio, ezze and trycontrolmymindandroidovshchik