diff options
Diffstat (limited to 'client/src/util/util.h')
| -rw-r--r-- | client/src/util/util.h | 7 |
1 files changed, 3 insertions, 4 deletions
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<std::string, pe::virtual_image> 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 |