Skip to content

Commit

Permalink
docs: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jan 19, 2024
1 parent 26b82f2 commit ba9063b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ Available Commands:
mount Mount DMG from IPSW
ota Parse OTAs
plist Dump plist as JSON
pongo PongoOS Terminal
sepfw Dump MachOs
ssh SSH into a jailbroken device
swift-dump 🚧 Swift class-dump a dylib from a DSC or MachO
Expand Down
1 change: 1 addition & 0 deletions www/docs/cli/ipsw/diff.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ ipsw diff <IPSW> <IPSW> [flags]
```
-h, --help help for diff
--html Save diff as HTML file
--json Save diff as JSON file
-k, --kdk stringArray Path to KDKs to diff
--launchd Diff launchd configs
-o, --output string Folder to save diff output
Expand Down
1 change: 1 addition & 0 deletions www/docs/cli/ipsw/dyld/search/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ ipsw dyld search <DSC> [flags]

```
-h, --help help for search
-i, --import string Search for specific import regex
-l, --load-command string Search for specific load command regex
-x, --section string Search for specific section regex
```
Expand Down
1 change: 1 addition & 0 deletions www/docs/cli/ipsw/macho/search.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ipsw macho search <IPSW> [flags]
-g, --category string Search for specific ObjC category regex
-c, --class string Search for specific ObjC class regex
-h, --help help for search
-i, --import string Search for specific import regex
-r, --ivar string Search for specific ObjC instance variable regex
-t, --launch-const string Search for launch constraint regex
-l, --load-command string Search for specific load command regex
Expand Down

0 comments on commit ba9063b

Please sign in to comment.