Skip to content

Instantly share code, notes, and snippets.

View rooootdev's full-sized avatar
👀
uhhh

roooot rooootdev

👀
uhhh
View GitHub Profile
@rooootdev
rooootdev / proof.m
Created August 9, 2026 22:54
Simple test dylib I frequently use. Probably not useful to you.
//
// proof.m
// proof
//
// Created by ruter on 10.08.26.
//
#import <UIKit/UIKit.h>
__attribute__((constructor))
@rooootdev
rooootdev / dotdot.m
Last active August 21, 2026 12:25
CVE-2026-43723. Technically an arbitrary root file write primitive, however, the cleanup path in MediaRemote deletes the file ca. 50ms after the write, so it effectively becomes an arbitrary root file deletion primitive.
//
// dotdot.m
// dotdot
//
// Created by roooot on 03.08.26.
// Copyright (C) 2026 roooot
//
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU Affero General Public License as published
// by the Free Software Foundation, either version 3 of the License, or
@rooootdev
rooootdev / ASLR.swift
Last active July 29, 2026 13:04
Get ASLR slide from .ips (requires read to /var/mobile/Library/Logs/CrashReporter)
//
// ASLR.swift
// Blade
//
// Created by roooot on 04.06.26.
// AGPLv3
//
import Foundation