Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dhinakg committed Jul 8, 2024
1 parent de2a457 commit 848a6e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,17 @@ Assets (including OTA updates) are constructed specially and cannot be extracted
```shell
# Decrypt if necessary
aea decrypt -i <path to AEA> -o <decrypted asset archive> -key-value 'base64:<key in base64>'
./aastuff <decrypted asset archive> <output folder>
./aastuff -i <decrypted asset archive> -o <output folder>
```

`aastuff` can also handle asset archives that are not already decrypted:

```shell
./aastuff <path to AEA> <output folder> <key in base64>
./aastuff -i <path to AEA> -o <output folder> -k <key in base64>
```

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.
Expand Down

0 comments on commit 848a6e9

Please sign in to comment.