From e487ffe1671ba807528d4039ef66f8f8f7eeb853 Mon Sep 17 00:00:00 2001 From: auth12 <67507608+auth12@users.noreply.github.com> Date: Fri, 24 Jul 2020 10:56:14 -0700 Subject: Injection process changes and server improvements. --- client/src/util/util.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'client/src/util/util.h') diff --git a/client/src/util/util.h b/client/src/util/util.h index a4ff8c9..8734bd9 100644 --- a/client/src/util/util.h +++ b/client/src/util/util.h @@ -1,14 +1,14 @@ #pragma once #include "native.h" -#include "pe.h" +#include "../injection/pe.h" namespace util { extern std::unordered_map loaded_modules; std::string wide_to_multibyte(const std::wstring& str); - std::wstring multibyte_to_wide(const std::string &str); + std::wstring multibyte_to_wide(const std::string& str); native::_PEB* cur_peb(); @@ -25,5 +25,4 @@ namespace util { bool close_handle(HANDLE handle); -}; // namespace util - +}; // namespace util \ No newline at end of file -- cgit v1.2.3