diff options
| author | auth12 <[email protected]> | 2020-07-27 17:11:32 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-27 17:11:32 -0700 |
| commit | 5cd8bd11d2ac1a46052d19836543c0fea4a5ebad (patch) | |
| tree | 98eb73a11a7a9631cca001b11cf557a7b3bd71ce /client/src/util/syscalls.cpp | |
| parent | Imported modules are now manual mapped. (diff) | |
| download | loader-5cd8bd11d2ac1a46052d19836543c0fea4a5ebad.tar.xz loader-5cd8bd11d2ac1a46052d19836543c0fea4a5ebad.zip | |
Removed linuxpe dependency on windows client.
Diffstat (limited to 'client/src/util/syscalls.cpp')
| -rw-r--r-- | client/src/util/syscalls.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/util/syscalls.cpp b/client/src/util/syscalls.cpp index 42f3f8e..e877932 100644 --- a/client/src/util/syscalls.cpp +++ b/client/src/util/syscalls.cpp @@ -1,7 +1,6 @@ #include "../include.h" #include "io.h" #include "util.h" -#include "../injection/pe.h" #include "syscalls.h" syscalls g_syscalls; |