diff options
| author | auth12 <[email protected]> | 2020-07-24 10:56:14 -0700 |
|---|---|---|
| committer | auth12 <[email protected]> | 2020-07-24 10:56:14 -0700 |
| commit | e487ffe1671ba807528d4039ef66f8f8f7eeb853 (patch) | |
| tree | c65cc4dd529f8e37f9cca81d38c749dece13a574 /client/src/util/util.h | |
| parent | Injection and server changes. (diff) | |
| download | loader-e487ffe1671ba807528d4039ef66f8f8f7eeb853.tar.xz loader-e487ffe1671ba807528d4039ef66f8f8f7eeb853.zip | |
Injection process changes and server improvements.
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 |