Files
windows-user-space-emulator/.gitmodules
2024-11-03 10:15:42 +01:00

24 lines
594 B
Plaintext

[submodule "deps/unicorn"]
path = deps/unicorn
url = ../unicorn.git
shallow = true
branch = dev
[submodule "deps/phnt"]
path = deps/phnt
url = ../phnt.git
shallow = true
[submodule "deps/reflect"]
path = deps/reflect
url = https://github.com/qlibs/reflect.git
shallow = true
[submodule "deps/mini-gdbstub"]
path = deps/mini-gdbstub
url = ../mini-gdbstub.git
shallow = true
[submodule "deps/googletest"]
path = deps/googletest
url = https://github.com/google/googletest.git
[submodule "deps/windows-hive-parser"]
path = deps/windows-hive-parser
url = ../windows-hive-parser.git