-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitmodules
More file actions
30 lines (30 loc) · 1.04 KB
/
.gitmodules
File metadata and controls
30 lines (30 loc) · 1.04 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
[submodule "ThirdParty/SVF"]
path = ThirdParty/SVF
url = git@github.com:SVF-tools/SVF.git
[submodule "ThirdParty/plthook"]
path = ThirdParty/plthook
url = git@github.com:kubo/plthook.git
[submodule "ThirdParty/edger8r"]
path = ThirdParty/edger8r
url = git@github.com:LeoneChen/edger8r.git
[submodule "ThirdParty/json"]
path = ThirdParty/json
url = git@github.com:nlohmann/json.git
[submodule "ThirdParty/libFuzzer"]
path = ThirdParty/libFuzzer
url = git@github.com:LeoneChen/libFuzzer.git
[submodule "ThirdParty/magic_enum"]
path = ThirdParty/magic_enum
url = git@github.com:Neargye/magic_enum.git
[submodule "ThirdParty/linux-sgx"]
path = ThirdParty/linux-sgx
url = git@github.com:intel/linux-sgx.git
[submodule "kAFL"]
path = kAFL
url = git@github.com:IntelLabs/kAFL.git
[submodule "ThirdParty/intel-sgx-ssl"]
path = ThirdParty/intel-sgx-ssl
url = git@github.com:LeoneChen/intel-sgx-ssl.git
[submodule "ThirdParty/linux-sgx-build-scripts"]
path = ThirdParty/linux-sgx-build-scripts
url = git@github.com:LeoneChen/linux-sgx-build-scripts.git