Имеется такой код:
#include "memory.h"
#include "csgo.hpp"
#include <iostream>
using namespace std;
using namespace hazedumper::netvars;
using namespace hazedumper::signatures;
uintptr_t pid = get_pid("csgo.exe");
uintptr_t mid = get_mid("client.dll", pid);
HANDLE hProcess =...