Make RewriteRemoteEntryPointW report IErrorInfo, VirtualProtectEx before WriteProcessMemory

This commit is contained in:
Soreepeong 2024-02-13 07:31:49 +09:00
parent 0cc28fb39d
commit 7e78b6293b
10 changed files with 254 additions and 123 deletions

View file

@ -26,6 +26,9 @@
// MSVC Compiler Intrinsic
#include <intrin.h>
// COM
#include <comdef.h>
// C++ Standard Libraries
#include <cassert>
#include <chrono>