-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.json
79 lines (79 loc) · 2.07 KB
/
index.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
[
{
"name": "memflow-ffi",
"ty": "Library",
"repo_root_url": "https://github.com/memflow/memflow",
"_stable_branch": "master",
"_dev_branch": "next",
"install_script_path": "install_ffi.rhai"
},
{
"name": "memflow-win32",
"ty": "CorePlugin",
"repo_root_url": "https://github.com/memflow/memflow-win32",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main"
},
{
"name": "memflow-native",
"ty": "CorePlugin",
"platforms": ["linux", "windows"],
"repo_root_url": "https://github.com/memflow/memflow-native",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main"
},
{
"name": "memflow-qemu",
"ty": "CorePlugin",
"platforms": ["linux", "windows"],
"repo_root_url": "https://github.com/memflow/memflow-qemu",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main"
},
{
"name": "memflow-coredump",
"ty": "CorePlugin",
"repo_root_url": "https://github.com/memflow/memflow-coredump",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main"
},
{
"name": "memflow-kcore",
"ty": "CorePlugin",
"repo_root_url": "https://github.com/memflow/memflow-kcore",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main"
},
{
"name": "memflow-pcileech",
"ty": "CorePlugin",
"platforms": ["linux", "windows"],
"repo_root_url": "https://github.com/memflow/memflow-pcileech",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main",
"install_script_path": "install.rhai"
},
{
"name": "memflow-kvm",
"ty": "CorePlugin",
"platforms": ["linux"],
"repo_root_url": "https://github.com/memflow/memflow-kvm",
"stable_binary_tag": "bin-stable",
"stable_branch": "stable",
"dev_binary_tag": "bin-main",
"dev_branch": "main",
"install_script_path": "install.rhai"
}
]