-
Notifications
You must be signed in to change notification settings - Fork 217
/
.gitmodules
21 lines (21 loc) · 773 Bytes
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "examples/x86_extension/src/asmx86"]
path = examples/x86_extension/src/asmx86
url = https://github.com/Vector35/asmx86.git
[submodule "vendor/fmt"]
path = vendor/fmt
url = https://github.com/fmtlib/fmt.git
[submodule "arch/powerpc/capstone"]
path = arch/powerpc/capstone
url = https://github.com/capstone-engine/capstone.git
[submodule "arch/x86/yasm"]
path = arch/x86/yasm
url = https://github.com/Vector35/yasm.git
[submodule "arch/x86/xed"]
path = arch/x86/xed
url = https://github.com/intelxed/xed.git
[submodule "arch/x86/mbuild"]
path = arch/x86/mbuild
url = https://github.com/intelxed/mbuild.git
[submodule "rust/examples/pdb-ng/pdb-0.8.0-patched"]
path = rust/examples/pdb-ng/pdb-0.8.0-patched
url = https://github.com/Vector35/pdb-rs.git