Skip to content

Instantly share code, notes, and snippets.

View Jonathan0827's full-sized avatar
:octocat:
GitHub Moderator

Jun Hyeop Jonathan0827

:octocat:
GitHub Moderator
  • Daejeon Wonshinheung Middle School
  • South Korea
  • 04:52 (UTC +09:00)
View GitHub Profile
@khanhduytran0
khanhduytran0 / ProcursusTSHelper.c
Last active January 13, 2024 14:25
ProcursusTSHelper.c
// fork() and rootless fix for Procursus bootstrap (named libTS2JailbreakEnv.dylib)
// there's lots of stuff not cleaned up, feel free to play around
// Requires fishhook from https://github.com/khanhduytran0/fishhook
// Usage: inject to libiosexec.dylib, ensure all binaries have get-task-allow entitlement
#include <assert.h>
#include <errno.h>
#include <fcntl.h>
#include <mach/mach_init.h>
#include <mach-o/dyld.h>