Skip to content

Instantly share code, notes, and snippets.

View fAIzanByte's full-sized avatar

Faizan Khan fAIzanByte

View GitHub Profile
@fAIzanByte
fAIzanByte / p2jb.c
Last active May 3, 2026 13:00 — forked from Gezine/p2jb.c
PS5 12.70 kernel ucred reference leak leads to UAF
#include <stdio.h>
#include <stdlib.h>
#include <stdint.h>
#include <pthread.h>
#include <stdatomic.h>
#include <time.h>
#define THREADS 8
#define ITERS 200000