Inferius is a tool to create custom IPSWs for 64-bit devices using Firmware Bundles, similarly to xpwn for 32-bit devices.
usage: ./inferius.py -d 'device' -i 'iOS Version' -f 'IPSW' [-v]
Inferius - Create and restore custom IPSWs to your 64bit iOS device!
optional arguments:
-h, --help show this help message and exit
-d DEVICE, --device DEVICE
Your device identifier (e.g. iPhone10,2)
-i VERSION, --version VERSION
The version of your stock IPSW
-f IPSW, --ipsw IPSW Stock IPSW to create into a custom IPSW
-v, --verbose Print verbose output for debugging
- A macOS system (Linux support may come in a future update).
ldid
from Homebrew.
- There is a guide for creating your own Firmware Bundles in the wiki.
- Make a Pull Request!
- Please make sure that the custom IPSW that your Firmware Bundle creates is usable before PRing.