-
Notifications
You must be signed in to change notification settings - Fork 0
/
obfus.json
executable file
·55 lines (55 loc) · 1.66 KB
/
obfus.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"compact": true,
"controlFlowFlattening": false,
"controlFlowFlatteningThreshold": 0.75,
"deadCodeInjection": false,
"deadCodeInjectionThreshold": 0.4,
"debugProtection": true,
"debugProtectionInterval": 0,
"disableConsoleOutput": true,
"domainLock": [],
"domainLockRedirectUrl": "about:blank",
"forceTransformStrings": [],
"identifierNamesCache": null,
"identifierNamesGenerator": "hexadecimal",
"identifiersDictionary": [],
"identifiersPrefix": "",
"ignoreImports": false,
"inputFileName": "",
"log": false,
"numbersToExpressions": true,
"optionsPreset": "high-obfuscation",
"renameGlobals": true,
"renameProperties": false,
"renamePropertiesMode": "safe",
"reservedNames": [],
"reservedStrings": [],
"seed": 0,
"selfDefending": false,
"simplify": true,
"sourceMap": false,
"sourceMapBaseUrl": "",
"sourceMapFileName": "",
"sourceMapMode": "separate",
"sourceMapSourcesMode": "sources-content",
"splitStrings": true,
"splitStringsChunkLength": 10,
"stringArray": true,
"stringArrayCallsTransform": true,
"stringArrayCallsTransformThreshold": 0.5,
"stringArrayEncoding": [],
"stringArrayIndexesType": [
"hexadecimal-number"
],
"stringArrayIndexShift": true,
"stringArrayRotate": true,
"stringArrayShuffle": true,
"stringArrayWrappersCount": 1,
"stringArrayWrappersChainedCalls": true,
"stringArrayWrappersParametersMaxCount": 2,
"stringArrayWrappersType": "function",
"stringArrayThreshold": 0.75,
"target": "node",
"transformObjectKeys": true,
"unicodeEscapeSequence": true
}