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.
154 lines
4.1 KiB
154 lines
4.1 KiB
{
|
|
"off": {
|
|
"compact": true,
|
|
"controlFlowFlattening": false,
|
|
"controlFlowFlatteningThreshold": 0.75,
|
|
"deadCodeInjection": false,
|
|
"deadCodeInjectionThreshold": 0.4,
|
|
"debugProtection": false,
|
|
"debugProtectionInterval": false,
|
|
"disableConsoleOutput": false,
|
|
"domainLock": [],
|
|
"identifierNamesGenerator": "hexadecimal",
|
|
"identifiersDictionary": [],
|
|
"identifiersPrefix": "",
|
|
"inputFileName": "",
|
|
"log": false,
|
|
"renameGlobals": false,
|
|
"reservedNames": [],
|
|
"reservedStrings": [],
|
|
"rotateStringArray": false,
|
|
"seed": 0,
|
|
"selfDefending": false,
|
|
"shuffleStringArray": false,
|
|
"sourceMap": false,
|
|
"sourceMapBaseUrl": "",
|
|
"sourceMapFileName": "",
|
|
"sourceMapMode": "separate",
|
|
"splitStrings": false,
|
|
"splitStringsChunkLength": 10,
|
|
"stringArray": false,
|
|
"stringArrayEncoding": false,
|
|
"stringArrayThreshold": 0.8,
|
|
"target": "browser",
|
|
"transformObjectKeys": false,
|
|
"unicodeEscapeSequence": false
|
|
},
|
|
"default": {
|
|
"compact": true,
|
|
"controlFlowFlattening": false,
|
|
"controlFlowFlatteningThreshold": 0.75,
|
|
"deadCodeInjection": false,
|
|
"deadCodeInjectionThreshold": 0.4,
|
|
"debugProtection": false,
|
|
"debugProtectionInterval": false,
|
|
"disableConsoleOutput": false,
|
|
"domainLock": [],
|
|
"identifierNamesGenerator": "hexadecimal",
|
|
"identifiersDictionary": [],
|
|
"identifiersPrefix": "",
|
|
"inputFileName": "",
|
|
"log": false,
|
|
"renameGlobals": false,
|
|
"reservedNames": [],
|
|
"reservedStrings": [],
|
|
"rotateStringArray": true,
|
|
"seed": 0,
|
|
"selfDefending": false,
|
|
"shuffleStringArray": true,
|
|
"sourceMap": false,
|
|
"sourceMapBaseUrl": "",
|
|
"sourceMapFileName": "",
|
|
"sourceMapMode": "separate",
|
|
"splitStrings": false,
|
|
"splitStringsChunkLength": 10,
|
|
"stringArray": true,
|
|
"stringArrayEncoding": false,
|
|
"stringArrayThreshold": 0.8,
|
|
"target": "browser",
|
|
"transformObjectKeys": false,
|
|
"unicodeEscapeSequence": false
|
|
},
|
|
"high": {
|
|
"compact": true,
|
|
"controlFlowFlattening": true,
|
|
"controlFlowFlatteningThreshold": 1,
|
|
"deadCodeInjection": true,
|
|
"deadCodeInjectionThreshold": 1,
|
|
"debugProtection": true,
|
|
"debugProtectionInterval": true,
|
|
"disableConsoleOutput": true,
|
|
"identifierNamesGenerator": "hexadecimal",
|
|
"renameGlobals": false,
|
|
"rotateStringArray": true,
|
|
"selfDefending": true,
|
|
"shuffleStringArray": true,
|
|
"splitStrings": true,
|
|
"splitStringsChunkLength": 5,
|
|
"stringArray": true,
|
|
"stringArrayEncoding": "rc4",
|
|
"stringArrayThreshold": 1,
|
|
"transformObjectKeys": true,
|
|
"unicodeEscapeSequence": false
|
|
},
|
|
"mid": {
|
|
"compact": true,
|
|
"controlFlowFlattening": true,
|
|
"controlFlowFlatteningThreshold": 0.75,
|
|
"deadCodeInjection": true,
|
|
"deadCodeInjectionThreshold": 0.4,
|
|
"debugProtection": false,
|
|
"debugProtectionInterval": false,
|
|
"disableConsoleOutput": true,
|
|
"identifierNamesGenerator": "hexadecimal",
|
|
"renameGlobals": false,
|
|
"rotateStringArray": true,
|
|
"selfDefending": true,
|
|
"shuffleStringArray": true,
|
|
"splitStrings": true,
|
|
"splitStringsChunkLength": 10,
|
|
"stringArray": true,
|
|
"stringArrayEncoding": "base64",
|
|
"stringArrayThreshold": 0.75,
|
|
"transformObjectKeys": true,
|
|
"unicodeEscapeSequence": false
|
|
},
|
|
"low": {
|
|
"compact": true,
|
|
"controlFlowFlattening": false,
|
|
"deadCodeInjection": false,
|
|
"debugProtection": false,
|
|
"debugProtectionInterval": false,
|
|
"disableConsoleOutput": true,
|
|
"identifierNamesGenerator": "hexadecimal",
|
|
"renameGlobals": false,
|
|
"rotateStringArray": true,
|
|
"selfDefending": false,
|
|
"shuffleStringArray": true,
|
|
"splitStrings": false,
|
|
"stringArray": true,
|
|
"stringArrayEncoding": false,
|
|
"stringArrayThreshold": 0.75,
|
|
"transformObjectKeys": false,
|
|
"unicodeEscapeSequence": false
|
|
},
|
|
"lower": {
|
|
"compact": true,
|
|
"controlFlowFlattening": false,
|
|
"deadCodeInjection": false,
|
|
"debugProtection": false,
|
|
"debugProtectionInterval": false,
|
|
"disableConsoleOutput": false,
|
|
"identifierNamesGenerator": "mangled",
|
|
"renameGlobals": false,
|
|
"rotateStringArray": true,
|
|
"selfDefending": false,
|
|
"shuffleStringArray": false,
|
|
"splitStrings": false,
|
|
"stringArray": true,
|
|
"stringArrayEncoding": false,
|
|
"stringArrayThreshold": 0.75,
|
|
"transformObjectKeys": false,
|
|
"unicodeEscapeSequence": false
|
|
}
|
|
} |