Skip to content

Instantly share code, notes, and snippets.

View madaster97's full-sized avatar

Adam Strickland madaster97

  • Epic Systems Corporation
  • Verona, WI
View GitHub Profile
@XMB5
XMB5 / ipsw-extract.sh
Created September 28, 2018 23:52
extract ipsw root file system on linux
#!/bin/bash
USAGE=$'extract ipsw root file system on linux
usage: ipsw-extract.sh iPhone_Restore.ipsw
requires apfs-fuse - https://github.com/sgan81/apfs-fuse'
if [ -z "$1" ]; then
echo "$USAGE"
exit 1
fi