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 /client/src | |
| 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 'client/src')
| -rw-r--r-- | client/src/client/enc.cpp (renamed from client/src/util/enc.cpp) | 0 | ||||
| -rw-r--r-- | client/src/client/enc.h (renamed from client/src/util/enc.h) | 0 | ||||
| -rw-r--r-- | client/src/client/packet.h | 2 |
3 files changed, 1 insertions, 1 deletions
diff --git a/client/src/util/enc.cpp b/client/src/client/enc.cpp index 6a7baed..6a7baed 100644 --- a/client/src/util/enc.cpp +++ b/client/src/client/enc.cpp diff --git a/client/src/util/enc.h b/client/src/client/enc.h index ae8d5a6..ae8d5a6 100644 --- a/client/src/util/enc.h +++ b/client/src/client/enc.h diff --git a/client/src/client/packet.h b/client/src/client/packet.h index d6594b9..d1b7001 100644 --- a/client/src/client/packet.h +++ b/client/src/client/packet.h @@ -1,5 +1,5 @@ #pragma once -#include "../util/enc.h" +#include "enc.h" namespace tcp { constexpr size_t session_id_len = 10; |