Created
August 8, 2014 02:32
-
-
Save tatac1/dfd481871030c4eb3ec6 to your computer and use it in GitHub Desktop.
unpacking a Your.pkg file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$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