coderyh / ios13

Collection of scripts, tools and other usefull information required for debugging on iOS 13.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

This repository contains tools and scripts that will create a somewhat optimal debug environment.

iPad7,5 / iPad 2018 ..

as of writing, checkra1n beta 0.9.5 is not working with this specific iPad. A workround is to use 0.9.2

debugserver on iOS 13

in order to run debugserver on iOS 13 and being able to attach or launch any process, you need to follow those steps:

on your mac run security find-identity -v -p codesigning and copy whatever is shown there "iPhone Developer: Mila432 (...)"

download the ent.xml file from scripts and run codesign --force --sign "iPhone Developer: Mila432 (...)" --entitlements ent.xml -f debugserver

now copy debugserver to your device /usr/bin/

About

Collection of scripts, tools and other usefull information required for debugging on iOS 13.


Languages

Language:Shell 90.5%Language:Python 9.5%