Skip to content

Instantly share code, notes, and snippets.

@tatac1
Created August 8, 2014 02:32
Show Gist options
  • Save tatac1/dfd481871030c4eb3ec6 to your computer and use it in GitHub Desktop.
Save tatac1/dfd481871030c4eb3ec6 to your computer and use it in GitHub Desktop.
unpacking a Your.pkg file
$xar -xf your.pkg
$cd your_tmp1.pkg
$ls
Bom Contents PackageInfo Payload
$cat Payload | gzip -d - | cpio -id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment