Skip to content

Instantly share code, notes, and snippets.

View stdNullPtr's full-sized avatar
🐦

Antonio stdNullPtr

🐦
View GitHub Profile
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <TlHelp32.h>
#include <iostream>
#include <regex>
HANDLE g_process_handle;
auto get_module(const char* modName, DWORD proc_id) {