Seregon/ShadPKG

A tool for deriving PKG packet encryption keys for ps4 written in c++

C++/47.3 KB/No license
.vscode/settings.json
ShadPKG / .vscode / settings.json
1{
2 "files.associations": {
3 "algorithm": "cpp",
4 "any": "cpp",
5 "array": "cpp",
6 "atomic": "cpp",
7 "bit": "cpp",
8 "bitset": "cpp",
9 "cctype": "cpp",
10 "charconv": "cpp",
11 "chrono": "cpp",
12 "cinttypes": "cpp",
13 "clocale": "cpp",
14 "cmath": "cpp",
15 "codecvt": "cpp",
16 "compare": "cpp",
17 "complex": "cpp",
18 "concepts": "cpp",
19 "condition_variable": "cpp",
20 "coroutine": "cpp",
21 "csignal": "cpp",
22 "cstdarg": "cpp",
23 "cstddef": "cpp",
24 "cstdint": "cpp",
25 "cstdio": "cpp",
26 "cstdlib": "cpp",
27 "cstring": "cpp",
28 "ctime": "cpp",
29 "cwchar": "cpp",
30 "deque": "cpp",
31 "exception": "cpp",
32 "expected": "cpp",
33 "filesystem": "cpp",
34 "format": "cpp",
35 "forward_list": "cpp",
36 "fstream": "cpp",
37 "functional": "cpp",
38 "initializer_list": "cpp",
39 "iomanip": "cpp",
40 "ios": "cpp",
41 "iosfwd": "cpp",
42 "iostream": "cpp",
43 "istream": "cpp",
44 "iterator": "cpp",
45 "limits": "cpp",
46 "list": "cpp",
47 "locale": "cpp",
48 "map": "cpp",
49 "memory": "cpp",
50 "mutex": "cpp",
51 "new": "cpp",
52 "numbers": "cpp",
53 "numeric": "cpp",
54 "optional": "cpp",
55 "ostream": "cpp",
56 "queue": "cpp",
57 "ranges": "cpp",
58 "ratio": "cpp",
59 "regex": "cpp",
60 "semaphore": "cpp",
61 "set": "cpp",
62 "shared_mutex": "cpp",
63 "source_location": "cpp",
64 "span": "cpp",
65 "sstream": "cpp",
66 "stack": "cpp",
67 "stdexcept": "cpp",
68 "stop_token": "cpp",
69 "streambuf": "cpp",
70 "string": "cpp",
71 "system_error": "cpp",
72 "thread": "cpp",
73 "tuple": "cpp",
74 "type_traits": "cpp",
75 "typeinfo": "cpp",
76 "unordered_map": "cpp",
77 "unordered_set": "cpp",
78 "utility": "cpp",
79 "variant": "cpp",
80 "vector": "cpp",
81 "xfacet": "cpp",
82 "xhash": "cpp",
83 "xiosbase": "cpp",
84 "xlocale": "cpp",
85 "xlocbuf": "cpp",
86 "xlocinfo": "cpp",
87 "xlocmes": "cpp",
88 "xlocmon": "cpp",
89 "xlocnum": "cpp",
90 "xloctime": "cpp",
91 "xmemory": "cpp",
92 "xstring": "cpp",
93 "xtr1common": "cpp",
94 "xtree": "cpp",
95 "xutility": "cpp",
96 "cfenv": "cpp",
97 "typeindex": "cpp"
98 }
99}