You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
3.1.565
Search
I did search for other open and closed issues before opening this
Code of Conduct
I agree to follow this project's Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered:
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:
How can we reproduce this?
.dmg.aea
) file from an IPSW/OTA update file./tmp
on Linux).ipsw fw aea /tmp/<path_to_aea_dmg>
.ipsw version
Search
Code of Conduct
Additional context
No response
The text was updated successfully, but these errors were encountered: