diff options
| author | alpine <[email protected]> | 2020-06-27 02:17:50 +0200 |
|---|---|---|
| committer | alpine <[email protected]> | 2020-06-27 02:17:50 +0200 |
| commit | 6342ea76413054337f226e115ee1e31e650c9cb8 (patch) | |
| tree | db3c8bcc5c5b4c9cfd23d812dc5bbe146ae6e93b /.gitmodules | |
| parent | Added server certificate verification on client. (diff) | |
| download | loader-6342ea76413054337f226e115ee1e31e650c9cb8.tar.xz loader-6342ea76413054337f226e115ee1e31e650c9cb8.zip | |
Finished pe image implementation wrapper.
Moved some files to more appropriate folders.
Added linuxpe submodule.
Added linuxpe as a precompiled header.
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 8b0d96f..e8a5c42 100644 --- a/.gitmodules +++ b/.gitmodules @@ -4,3 +4,6 @@ [submodule "shared/cpr"] path = shared/cpr url = https://github.com/whoshuu/cpr.git +[submodule "shared/linux-pe"] + path = shared/linux-pe + url = https://github.com/alpine971/linux-pe.git |