blob: 13b8e29cc06d6eed1b73ef6e5d9bb34ce239ac4f (
plain)
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
|