Skip to content

Instantly share code, notes, and snippets.

View turlodales's full-sized avatar

Paul turlodales

  • Hampshire UK
  • 19:22 (UTC)
View GitHub Profile
@turlodales
turlodales / poc.c
Created September 18, 2021 05:58 — forked from infernalheaven/poc.c
macOS 11.5.2/iOS 14.7.1 Kernel Race Condition poc
/*
Written By Pan ZhenPeng(@peterpan980927) of Alibaba Security Pandora Lab
use it on macOS: cc poc.c -o poc while True; do ./poc ; done
*/
#include <errno.h>
#include <signal.h>
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>