Skip to content

Commit

Permalink
Merge pull request #5 from GeoSn0w/patch-1
Browse files Browse the repository at this point in the history
typo
  • Loading branch information
jakeajames authored Apr 6, 2019
2 parents 3e4b6a4 + 73918f9 commit 1730694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Library with commonly used patches in open-source jailbreaks. Call this a (light
# Issues
- AMFID patch won't resist after app enters background. Fix would be using a daemon (like amfidebilitate) or injecting a dylib (iOS 11)

# iOS 12 satus
# iOS 12 status
- rootFS remount is broken. There is hardening on snapshot_rename() which *can* and *has* been (privately) bypassed, but it for sure isn't as bad as last year with iOS 11.3.1, where they made **major** changes. The only thing we need is figuring out how they check if the snapshot is the rootfs and not something in /var for example where snapshot_rename works fine.
- kexecute() is also probably broken on A12. Use bazad's PAC bypass which offers the same thing, so this isn't an issue (fr now)
- getting root, unsandboxing, NVRAM lock/unlock, setHSP4(), trustbin(), entitlePid + task_for_pid() are all working fine. The rest that is not on top of my mind should also work fine.
Expand Down

0 comments on commit 1730694

Please sign in to comment.