What happened?
AEA decryption using ipsw fw aea <aea_encrypted_dmg> doesn't work on temporary directories on non-MacOS systems.
Tested on Linux, decrypting from /tmp didn't work.
Here's the output from my machine:
$ file /tmp/jon/092-09224-209.dmg.aea
/tmp/jon/092-09224-209.dmg.aea: data
$ ipsw fw aea -o . /tmp/jon/092-09224-209.dmg.aea
⨯ failed to parse AEA: failed to parse AEA: open /tmp/jon/092-09224-209.dmg.aea: no such file or directory
How can we reproduce this?
- Extract an AEA-encrypted DMG (
.dmg.aea) file from an IPSW/OTA update file.
- Move the AEA DMG file to a temporary directory (could be anything in
/tmp on Linux).
- Try to decrypt the AEA DMG file from the temporary directory (to anywhere, it doesn't matter):
ipsw fw aea /tmp/<path_to_aea_dmg>.
ipsw version
Search
Code of Conduct
Additional context
No response
What happened?
AEA decryption using
ipsw fw aea <aea_encrypted_dmg>doesn't work on temporary directories on non-MacOS systems.Tested on Linux, decrypting from
/tmpdidn't work.Here's the output from my machine:
How can we reproduce this?
.dmg.aea) file from an IPSW/OTA update file./tmpon Linux).ipsw fw aea /tmp/<path_to_aea_dmg>.ipsw version
Search
Code of Conduct
Additional context
No response