forked from bytedance/Elkeid
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
30 lines (30 loc) · 1.23 KB
/
.gitmodules
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
[submodule "agent/support/rust/flexi_logger"]
path = agent/support/rust/flexi_logger
url = https://github.com/bytedance/flexi_logger
[submodule "rasp/pangolin"]
path = rasp/pangolin
url = https://github.com/Hackerl/pangolin
[submodule "rasp/python/python-inject/cmake"]
path = rasp/python/python-inject/cmake
url = https://github.com/Hackerl/cmake-3rd
[submodule "rasp/python/python-inject/include/common"]
path = rasp/python/python-inject/include/common
url = https://github.com/Hackerl/cpp-common
[submodule "rasp/python/python-client/include/common"]
path = rasp/python/python-client/include/common
url = https://github.com/Hackerl/cpp-common
[submodule "rasp/python/python-client/cmake"]
path = rasp/python/python-client/cmake
url = https://github.com/Hackerl/cmake-3rd
[submodule "rasp/jvm/jattach"]
path = rasp/jvm/jattach
url = https://github.com/apangin/jattach.git
[submodule "rasp/util-linux"]
path = rasp/util-linux
url = https://github.com/karelzak/util-linux.git
[submodule "rasp/python/python-inject/caller/c-runtime"]
path = rasp/python/python-inject/caller/c-runtime
url = https://github.com/Hackerl/c-runtime
[submodule "rasp/golang/tiny-regex-c"]
path = rasp/golang/tiny-regex-c
url = https://github.com/Hackerl/tiny-regex-c