File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,10 @@ ipsw disk dmg DMG [OUTPUT] [flags]
17
17
### Options
18
18
19
19
```
20
- -h, --help help for dmg
21
- -p, --partition int Extract a specific partition by number (default -1)
22
- -r, --re string Extract partition that matches regex
20
+ -h, --help help for dmg
21
+ -p, --partition int Extract a specific partition by number (default -1)
22
+ -w, --password string Encrypted DMG password
23
+ -r, --re string Extract partition that matches regex
23
24
```
24
25
25
26
### Options inherited from parent commands
Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ ipsw dyld ida <DSC> <DYLIB> [DYLIBS...] [flags]
22
22
-d, --dependancies Analyze module dependencies
23
23
--diaphora-db string Path to Diaphora database
24
24
-k, --docker Run IDA Pro in a docker container
25
+ --docker-entry string IDA Pro docker entrypoint (default "/ida/idat64")
25
26
--docker-image string IDA Pro docker image (default "blacktop/idapro:8.2-pro")
26
27
-g, --enable-gui Enable IDA Pro GUI (defaults to headless)
27
28
-e, --extra-args strings IDA Pro CLI extra arguments
You can’t perform that action at this time.
0 commit comments