Skip to content

Instantly share code, notes, and snippets.

View bad0ps3c's full-sized avatar
🤌

bad0ps3c bad0ps3c

🤌
View GitHub Profile
@bad0ps3c
bad0ps3c / TROPH.c
Created September 28, 2024 20:30
Thread Hijacking without executable memory allocation PoC
/*
* Thread Hijacking without executable memory allocation PoC
*
* @UmaRex01
* https://medium.com/@umarex01/t-rop-h-thread-hijacking-without-executable-memory-allocation-d746c102a9ca
*/
#include <windows.h>
#include <tlhelp32.h>
#include <tchar.h>