File tree 2 files changed +39
-0
lines changed
2 files changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -35,5 +35,6 @@ ipsw fw [flags]
35
35
* [ ipsw fw aea] ( /docs/cli/ipsw/fw/aea ) - Parse AEA1 DMGs
36
36
* [ ipsw fw c1] ( /docs/cli/ipsw/fw/c1 ) - 🚧 Dump C1 Baseband Firmware
37
37
* [ ipsw fw iboot] ( /docs/cli/ipsw/fw/iboot ) - Dump firmwares
38
+ * [ ipsw fw ibootim] ( /docs/cli/ipsw/fw/ibootim ) - Dump iBoot Images
38
39
* [ ipsw fw tc] ( /docs/cli/ipsw/fw/tc ) - Dump TrustCache
39
40
Original file line number Diff line number Diff line change
1
+ ---
2
+ id : ibootim
3
+ title : ibootim
4
+ hide_title : true
5
+ hide_table_of_contents : true
6
+ sidebar_label : ibootim
7
+ description : Dump iBoot Images
8
+ ---
9
+ ## ipsw fw ibootim
10
+
11
+ Dump iBoot Images
12
+
13
+ ```
14
+ ipsw fw ibootim [flags]
15
+ ```
16
+
17
+ ### Options
18
+
19
+ ```
20
+ -f, --flat Do NOT preserve directory structure when extracting im4p files
21
+ -h, --help help for ibootim
22
+ -i, --info Print info
23
+ -o, --output string Folder to extract files to
24
+ ```
25
+
26
+ ### Options inherited from parent commands
27
+
28
+ ```
29
+ --color colorize output
30
+ --config string config file (default is $HOME/.config/ipsw/config.yaml)
31
+ --no-color disable colorize output
32
+ -V, --verbose verbose output
33
+ ```
34
+
35
+ ### SEE ALSO
36
+
37
+ * [ ipsw fw] ( /docs/cli/ipsw/fw ) - Firmware commands
38
+
You can’t perform that action at this time.
0 commit comments