-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path.gitmodules
30 lines (30 loc) · 1.08 KB
/
.gitmodules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[submodule "core"]
path = core
url = https://github.com/maxDcb/C2Core.git
[submodule "thirdParty/base64"]
path = thirdParty/base64
url = https://github.com/ReneNyffenegger/cpp-base64.git
[submodule "thirdParty/MemoryModule"]
path = thirdParty/MemoryModule
url = https://github.com/maxDcb/MemoryModule.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 "libs/libPipeHandler"]
path = libs/libPipeHandler
url = https://github.com/maxDcb/libPipeHandler.git
[submodule "libs/libDns"]
path = libs/libDns
url = https://github.com/maxDcb/Dnscommunication
[submodule "libs/libSocks5"]
path = libs/libSocks5
url = https://github.com/maxDcb/libSocks5.git
[submodule "libs/libSocketHandler"]
path = libs/libSocketHandler
url = https://github.com/maxDcb/libSocketHandler.git