-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy path.gitmodules
More file actions
39 lines (39 loc) · 1.48 KB
/
.gitmodules
File metadata and controls
39 lines (39 loc) · 1.48 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
[submodule "src/third_party/qbdi"]
path = src/third_party/qbdi
url = https://github.com/redthing1/QBDI/
[submodule "src/third_party/redlog_cpp"]
path = src/third_party/redlog_cpp
url = https://github.com/redthing1/redlog_cpp.git
[submodule "src/third_party/sol2"]
path = src/third_party/sol2
url = https://github.com/ThePhD/sol2
[submodule "src/third_party/luajit_cmake"]
path = src/third_party/luajit_cmake
url = https://github.com/zhaozg/luajit-cmake
[submodule "src/third_party/luajit"]
path = src/third_party/luajit
url = https://github.com/LuaJIT/LuaJIT
[submodule "src/third_party/lief"]
path = src/third_party/lief
url = https://github.com/lief-project/LIEF
[submodule "src/third_party/nlohmann_json"]
path = src/third_party/nlohmann_json
url = https://github.com/nlohmann/json
[submodule "src/third_party/jnjs"]
path = src/third_party/jnjs
url = https://github.com/redthing1/jnjs
[submodule "src/third_party/funchook"]
path = src/third_party/funchook
url = https://github.com/redthing1/funchook
[submodule "src/third_party/plthook"]
path = src/third_party/plthook
url = https://github.com/redthing1/plthook
[submodule "src/third_party/gdbstub_cpp"]
path = src/third_party/gdbstub_cpp
url = https://github.com/redthing1/gdbstub_cpp
[submodule "src/third_party/capstone"]
path = src/third_party/capstone
url = https://github.com/capstone-engine/capstone.git
[submodule "src/third_party/keystone"]
path = src/third_party/keystone
url = https://github.com/redthing1/keystone-engine