Skip to content

Instantly share code, notes, and snippets.

View freakanonymous's full-sized avatar
💭
HTP

Freak freakanonymous

💭
HTP
View GitHub Profile
@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
{