Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

exploit3dguy/asr64_patcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

asr64_patcher

A tool to patch the signature checks of a 64-bit ASR binary.

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/sbin/asr .
    • hdiutil detach ramdisk
  2. Run asr64_patcher:

    • asr64_patcher asr asr_patched
  3. Resign patched ASR binary

    • ldid -e asr > ents.plist
    • ldid -Sents.plist asr_patched