Skip to content

Instantly share code, notes, and snippets.

View krisanovdev's full-sized avatar
🏈
Focusing

Anton Krisanov krisanovdev

🏈
Focusing
View GitHub Profile
@krisanovdev
krisanovdev / phoenix.c
Created April 22, 2021 21:11 — forked from Siguza/phoenix.c
Phœnix exploit / iOS 9.3.5
// Bugs by NSO Group / Ian Beer.
// Exploit by Siguza & tihmstar.
// Thanks also to Max Bazaliy.
#include <stdint.h> // uint32_t, uint64_t
#include <stdio.h> // fprintf, stderr
#include <string.h> // memcpy, memset, strncmp
#include <unistd.h> // getpid
#include <mach/mach.h>
#include <stdlib.h>
@krisanovdev
krisanovdev / exploit.c
Created February 21, 2020 23:00 — forked from jakeajames/exploit.c
leak address of segment_list in oob_timestamp
//
// exploit.c
// extra_time
//
// Created by Jake James on 2/8/20.
// Copyright © 2020 Jake James. All rights reserved.
//
#include "exploit.h"
#include "IOAccelerator_stuff.h"