1 Star 0 Fork 132

cn.lancetop / CCC 插件 - 代码混淆工具

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
preset.json 4.26 KB
一键复制 编辑 原始数据 按行查看 历史
陈皮皮 提交于 2020-05-10 15:00 . update
{
"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": true,
"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
}
}
NodeJS
1
https://gitee.com/cn-lancetop/ccc-obfuscated-code.git
git@gitee.com:cn-lancetop/ccc-obfuscated-code.git
cn-lancetop
ccc-obfuscated-code
CCC 插件 - 代码混淆工具
master

搜索帮助