diff options
| author | auth12 <[email protected]> | 2021-07-04 01:15:09 +0100 |
|---|---|---|
| committer | auth12 <[email protected]> | 2021-07-04 01:15:09 +0100 |
| commit | 661b73df47caae2cc62a9a2f7b85eb925ff1f80b (patch) | |
| tree | 79ab09cc3b9877b52fe32186ba3c0c354d0120bd /.gitmodules | |
| download | sysmap-661b73df47caae2cc62a9a2f7b85eb925ff1f80b.tar.xz sysmap-661b73df47caae2cc62a9a2f7b85eb925ff1f80b.zip | |
initial commit
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..5f79fb2 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,9 @@ +[submodule "modules/spdlog"] + path = modules/spdlog + url = https://github.com/gabime/spdlog.git +[submodule "modules/linuxpe"] + path = modules/linuxpe + url = https://github.com/can1357/linux-pe.git +[submodule "modules/phnt"] + path = modules/phnt + url = https://github.com/processhacker/phnt.git |