forked from intel/kernel-fuzzer-for-xen-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
35 lines (35 loc) · 817 Bytes
/
.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
31
32
33
34
35
[submodule "libvmi"]
path = libvmi
url = https://github.com/nephele-vm/libvmi
ignore = dirty
shallow = true
[submodule "xen"]
path = xen
url = http://xenbits.xen.org/git-http/people/tklengyel/xen.git
ignore = dirty
shallow = true
[submodule "dwarf2json"]
path = dwarf2json
url = https://github.com/tklengyel/dwarf2json
ignore = dirty
shallow = true
[submodule "AFL"]
path = AFL
url = https://github.com/nephele-vm/AFL
ignore = dirty
shallow = true
[submodule "capstone"]
path = capstone
url = https://github.com/aquynh/capstone
ignore = dirty
shallow = true
[submodule "libxdc"]
path = libxdc
url = https://github.com/tklengyel/libxdc
ignore = dirty
shallow = true
[submodule "AFLplusplus"]
path = AFLplusplus
url = https://github.com/AFLplusplus/AFLplusplus
ignore = dirty
shallow = true