Skip to content

Instantly share code, notes, and snippets.

@MolecularMatters
MolecularMatters / main.cpp
Created July 26, 2022 10:10
VirtualAllocEx hang in Windows 10
#include <Windows.h>
#include <stdio.h>
#include <type_traits>
#include <algorithm>
namespace pointer
{
template <typename T>