Skip to content

iSuns9/restored_external64patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

restored_external64patcher

A tool for patching a 64-bit restored_external binary to skip the sealing of the rootfs

Build

make

Usage

  1. Extract binary from an iOS ramdisk (macOS only):

    • img4 -i <ramdisk> -o ramdisk.dmg
      • img4 can be found here
    • hdiutil attach ramdisk.dmg -mountpoint ramdisk
    • cp ramdisk/usr/local/bin/restored_external .
    • hdiutil detach ramdisk
  2. Run restored_external64_patcher:

    • restored_external64_patcher restored_external restored_external_patched
  3. Resign patched restored_external binary

    • ldid -e restored_external > ents.plist
    • ldid -Sents.plist restored_external_patched

About

a patcher for making downgradable iOS 14 firmware

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published