-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathsettings.json
More file actions
36 lines (36 loc) · 813 Bytes
/
settings.json
File metadata and controls
36 lines (36 loc) · 813 Bytes
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
{
"bad_patterns": [
{
"type": "hex",
"value": "00",
"name": "NULL byte",
"enabled": true
},
{
"type": "hex",
"value": "0a",
"name": "LF byte",
"enabled": false
},
{
"type": "hex",
"value": "ff",
"name": "0xFF byte",
"enabled": false
}
],
"bad_highlight_enabled": true,
"syscall_favorites": {
"x64": []
},
"shellstorm_insecure": true,
"migrated_00_default": true,
"recent_files": [
"/System/Volumes/Data/Users/CX330/Working/Share/x64asm/shell.asm",
"/System/Volumes/Data/Users/CX330/Working/Share/x64asm/shell.bin"
],
"last_open_dir": "/Users/CX330/Working/Share/MplabProjects/lab4.X",
"opt_rule_push_zero": true,
"opt_rule_mov_imm8": true,
"syscalls_style_default": "Commented"
}