blob: 80c4c6037cd811ab08ab19e6a639679607f33ee5 (
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 "plugins/snippets"]
path = plugins/snippets
url = https://github.com/Vector35/snippets.git
|