From 848a6e92546a9c16a66154e717e92f68c440cada Mon Sep 17 00:00:00 2001 From: Dhinak G <17605561+dhinakg@users.noreply.github.com> Date: Mon, 8 Jul 2024 11:21:19 -0400 Subject: [PATCH] Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.