-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathxmt.code-workspace
84 lines (84 loc) · 1.82 KB
/
xmt.code-workspace
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"folders": [
{
"path": "."
},
{
"path": "../Libraries/PersistKit"
},
{
"path": "../Libraries/TinyPatchedGo"
},
{
"path": "../XrMT"
}
],
"settings": {
"gopls": {
"build.buildFlags": [
"-tags=windows"
],
},
"files.associations": {
"*.sh": "shellscript",
"*.run": "shellscript",
"*.conf": "properties",
"array": "c",
"string_view": "c",
"initializer_list": "c",
"utility": "c",
"random": "c",
"functional": "c",
"cstring": "c",
"*.tcc": "c",
"string": "c",
"unordered_map": "c",
"numbers": "c",
"cstdio": "c",
"*.a": "c",
"cmath": "c",
"1.C": "cpp"
},
"cSpell.words": [
"allm",
"amsi",
"ASMI",
"BSOD",
"dacl",
"ECDH",
"EXSTYLE",
"gcflags",
"Ghidra",
"GOARCH",
"GOROOT",
"HKCU",
"HKLM",
"KSHARED",
"ldflags",
"Loong",
"mkdtemp",
"netip",
"nofrag",
"nokeyset",
"noproxy",
"noservice",
"pexec",
"Privs",
"Protos",
"RPCSS",
"sacl",
"SCRNSAVE",
"SMTWRFS",
"STARTF",
"TITLEISAPPID",
"Uitoa",
"unmapping",
"vardic",
"VIRT",
"vulncheck",
"wtsapi",
"xrmt",
"Zombified"
]
}
}