#pragma once #include #include #include #include #include "Arguments.h" bool ValidateTargetProcess(DWORD pid, bool verbose); bool ValidateTargetThread(DWORD tid, bool verbose); bool LoadShellcode(const std::string &filepath, std::vector &bytes); bool LoadShellcodeEx(const InjectionConfig &config, std::vector &shellcodeBytes);