Skip to content

Instantly share code, notes, and snippets.

@hoangprod
hoangprod / Wow64Hook.cpp
Created May 14, 2019 20:47
Wow64Hook example
#include "stdafx.h"
#include <iostream>
LPVOID lpJmpRealloc = nullptr;
DWORD Backup_Eax, Handle, Address_1, New, Old, *DwSizee;
const DWORD_PTR __declspec(naked) GetGateAddress()
{
__asm
{