Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 904 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 904 Bytes

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/