diff --git a/README.md b/README.md index 1847d9d..13dcc36 100644 --- a/README.md +++ b/README.md @@ -37,15 +37,17 @@ Assets (including OTA updates) are constructed specially and cannot be extracted ```shell # Decrypt if necessary aea decrypt -i -o -key-value 'base64:' -./aastuff +./aastuff -i -o ``` `aastuff` can also handle asset archives that are not already decrypted: ```shell -./aastuff +./aastuff -i -o -k ``` +Run `./aastuff -h` for full usage information. + ## Notes `aastuff` uses `AAAssetExtractor`, functions from `libAppleArchive` in order to extract asset archives. However, it is a pretty barren API and does not offer things like selective extraction.