12345678910111213141516171819 |
- {
- "compact": true,
- "controlFlowFlattening": true,
- "controlFlowFlatteningThreshold": 0.75,
- "deadCodeInjection": true,
- "deadCodeInjectionThreshold": 0.4,
- "debugProtection": false,
- "debugProtectionInterval": false,
- "disableConsoleOutput": true,
- "identifierNamesGenerator": "hexadecimal",
- "log": false,
- "renameGlobals": false,
- "rotateStringArray": true,
- "selfDefending": true,
- "stringArray": true,
- "stringArrayEncoding": "base64",
- "stringArrayThreshold": 0.75,
- "unicodeEscapeSequence": false
- }
|