Files
maxDcb-C2TeamServer/.gitmodules
T
Maxime DE CAUMIA BAILLENX 4e380c9d7e Initial commit
2023-04-26 15:32:13 +02:00

22 lines
786 B
Plaintext

[submodule "thirdParty/base64"]
path = thirdParty/base64
url = https://github.com/ReneNyffenegger/cpp-base64.git
[submodule "thirdParty/nlohmann"]
path = thirdParty/nlohmann
url = https://github.com/nlohmann/json.git
[submodule "thirdParty/donut"]
path = thirdParty/donut
url = https://github.com/maxDcb/donut.git
[submodule "thirdParty/coffLoader/coffLoader"]
path = thirdParty/coffLoader/coffLoader
url = https://github.com/maxDcb/COFFLoader.git
[submodule "thirdParty/coffLoader/coffPacker"]
path = thirdParty/coffLoader/coffPacker
url = https://github.com/maxDcb/COFFPacker.git
[submodule "core"]
path = core
url = https://github.com/maxDcb/C2Core.git
[submodule "thirdParty/cpp-httplib"]
path = thirdParty/cpp-httplib
url = https://github.com/yhirose/cpp-httplib.git