Skip to content

Latest commit

 

History

History
38 lines (24 loc) · 1.49 KB

README.md

File metadata and controls

38 lines (24 loc) · 1.49 KB

A5-A6X Blobs Dumper

  • Dump blobs on A5-A6X 32-bit iOS devices
  • macOS and (experimental) Windows support
  • Jailbreak required
  • See the Wiki Page for step-by-step instructions
  • See Troubleshooting if you run into problems

Usage

  1. Download required files (IPSW's, Odysseus & FirmwareBundles)

    ./prepare <device model> <ios version>

    e.g. ./prepare iPhone4,1 8.4.1

  2. Extract baseband, build custom IPSW, and extract iBEC & iBSS

    ./patchipsw <device model> <device IP>

    e.g. ./patchipsw iPhone4,1 192.168.1.14

  3. Enter kDFU mode using pwned iBSS

    ./enterkdfu <device IP>

  4. Send pwned iBEC to device in kDFU mode then dump onboard blobs

    ./dumpblobs <device model> <ios version>

Thanks