-
-
Notifications
You must be signed in to change notification settings - Fork 160
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
2,311 additions
and
884 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
--- | ||
id: aea | ||
title: aea | ||
hide_title: true | ||
hide_table_of_contents: true | ||
sidebar_label: aea | ||
description: Parse ANE1 DMGs | ||
--- | ||
## ipsw fw aea | ||
|
||
Parse ANE1 DMGs | ||
|
||
``` | ||
ipsw fw aea [flags] | ||
``` | ||
|
||
### Options | ||
|
||
``` | ||
-f, --fcs-key Get fcs-key JSON | ||
-h, --help help for aea | ||
-i, --info Print info | ||
-k, --key Get archive decryption key | ||
-o, --output string Folder to extract files to | ||
-p, --pem string AEA private_key.pem file | ||
``` | ||
|
||
### Options inherited from parent commands | ||
|
||
``` | ||
--color colorize output | ||
--config string config file (default is $HOME/.config/ipsw/config.yaml) | ||
--no-color disable colorize output | ||
-V, --verbose verbose output | ||
``` | ||
|
||
### SEE ALSO | ||
|
||
* [ipsw fw](/docs/cli/ipsw/fw) - Firmware commands | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.