-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcatalog.json
More file actions
67 lines (67 loc) · 3.07 KB
/
Copy pathcatalog.json
File metadata and controls
67 lines (67 loc) · 3.07 KB
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
{
"ksword_plugin_marketplace_api": "1",
"plugins": [
{
"id": "file-analysis",
"name": "PYAS Scanner",
"version": "1.1.0",
"description": "Standalone EXE that classifies PE files and provides structured scan results.",
"targets": [
"file",
"process"
],
"repository_path": "ARK/PYAS-Scanner",
"install_directory": "file-analysis",
"archive_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/PYAS-Scanner/PYAS-Scanner.zip",
"sha256": "105CEB1B041F8AA49BDC5B402C5E21BE1147856CFF8E685DEB0C69DA6604769C",
"license_name": "87owo Publicly Available Source Code License Agreement",
"license_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/PYAS-Scanner/LICENSE.txt"
},
{
"id": "cheat-engine",
"name": "Cheat Engine(KSword R0)",
"version": "1.1.1",
"description": "Bundled Cheat Engine 7.6 as a process action or borderless embedded KSword Tab, with memory interaction routed through the KSword driver.",
"targets": [
"process",
"tab"
],
"repository_path": "ARK/Cheat-Engine",
"install_directory": "cheat-engine",
"archive_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/Cheat-Engine/Cheat-Engine.zip",
"sha256": "5E6209ADAD1452972937001FEDACB57C9EC850023AD587C1732965F84B4A28DC",
"license_name": "GNU General Public License v3.0 only (KSword components); bundled third-party terms apply",
"license_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/Cheat-Engine/LICENSE.txt"
},
{
"id": "ndpi-network-inspector",
"name": "nDPI Network Inspector",
"version": "1.0.0",
"description": "Standalone x64 network capture process that classifies live IPv4 TCP/UDP flows with nDPI 5.0.",
"targets": [
"network"
],
"repository_path": "ARK/nDPI-Network-Inspector",
"install_directory": "ndpi-network-inspector",
"archive_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/nDPI-Network-Inspector/nDPI-Network-Inspector.zip",
"sha256": "C90EE2CF175825DA6806EEE50F6217808007461EB7C1DFFF85F0A522EF7C9AA7",
"license_name": "GNU Lesser General Public License v3.0 or later",
"license_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/nDPI-Network-Inspector/LICENSE.txt"
},
{
"id": "booting",
"name": "Booting",
"version": "1.0.1",
"description": "Process-isolated UEFI boot-logo configuration through official HackBGRT 2.6.0 with guarded preflight checks and persistent risk warnings.",
"targets": [
"tab"
],
"repository_path": "ARK/Booting",
"install_directory": "booting",
"archive_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/Booting/Booting.zip",
"sha256": "CAF19F427C9B6D2D92EC2741B69FC46521B010E595D191564809505F61EE4C29",
"license_name": "MIT License",
"license_url": "https://raw.githubusercontent.com/KSwordDEV/Plugins/main/ARK/Booting/LICENSE.txt"
}
]
}