Skip to content

Instantly share code, notes, and snippets.

View jygzyc's full-sized avatar
🎯
Focusing

Yves jygzyc

🎯
Focusing
View GitHub Profile
@jygzyc
jygzyc / WCTF_2018_searchme_exploit.cpp
Created March 12, 2019 05:13 — forked from j00ru/WCTF_2018_searchme_exploit.cpp
WCTF 2018 "searchme" exploit by Mateusz "j00ru" Jurczyk
// WCTF 2018 "searchme" task exploit
//
// Author: Mateusz "j00ru" Jurczyk
// Date: 6 July 2018
// Tested on: Windows 10 1803 (10.0.17134.165)
//
// See also: https://j00ru.vexillium.org/2018/07/exploiting-a-windows-10-pagedpool-off-by-one/
#include <Windows.h>
#include <winternl.h>
#include <ntstatus.h>