Skip to content
/ ios13 Public

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

Notifications You must be signed in to change notification settings

Mila432/ios13

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published