Skip to content

Instantly share code, notes, and snippets.

View sylingyy's full-sized avatar

sylingyy

View GitHub Profile
@sylingyy
sylingyy / inject.c
Created May 18, 2018 09:42 — forked from hfiref0x/inject.c
Process Doppelgänging
//
// Ref = src
// https://www.blackhat.com/docs/eu-17/materials/eu-17-Liberman-Lost-In-Transaction-Process-Doppelganging.pdf
//
// Credits:
// Vyacheslav Rusakov @swwwolf
// Tom Bonner @thomas_bonner
//
#include <Windows.h>