<a href="https://github.com/blacktop/ipsw/actions?query=workflow%3AGo" alt="Actions">
<img src="https://github.com/blacktop/ipsw/workflows/Go/badge.svg" /></a>
<a href="https://github.com/blacktop/ipsw/releases/latest" alt="Downloads">
<img src="https://img.shields.io/github/downloads/blacktop/ipsw/total.svg" /></a>
<a href="https://github.com/blacktop/ipsw/releases" alt="GitHub Release">
<img src="https://img.shields.io/github/release/blacktop/ipsw.svg" /></a>
<a href="http://doge.mit-license.org" alt="LICENSE">
<img src="https://img.shields.io/:license-mit-blue.svg" /></a>
ipsw 🤔❯ brew install blacktop/tap/ipsw
❯ ipsw
Download and Parse IPSWs
Usage:
ipsw [command]
Available Commands:
device-list List all iOS devices
disass Disassemble ARM binaries at address or symbol
download Download and parse IPSW(s) from the internets
dtree Parse DeviceTree
dyld Parse dyld_shared_cache
extract Extract kernelcache, dyld_shared_cache or DeviceTree from IPSW
help Help about any command
iboot Dump firmwares
img4 Parse Img4
info Display IPSW Info
kernel Parse kernelcache
macho Parse a MachO file
ota Extract file(s) from OTA
version Print the version number of ipsw
Flags:
-h, --help help for ipsw
-V, --verbose verbose output
Use "ipsw [command] --help" for more information about a command.
Big shout out to Jonathan Levin's amazing books and his legendary jtool
MIT Copyright (c) 2018-2021 blacktop