Skip to content

Commit

Permalink
Update dyld_str.go
Browse files Browse the repository at this point in the history
  • Loading branch information
blacktop committed Jul 16, 2024
1 parent d00d0bf commit f6a9973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipsw/cmd/dyld/dyld_str.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ var StrSearchCmd = &cobra.Command{
Example: ` # Perform FAST byte search for string in dyld_shared_cache
❯ ipsw dsc str DSC "string1"
# Perform FAST byte search for multiple strings in dyld_shared_cache
❯ ipsw dsc str DSC "string1" "string2
❯ ipsw dsc str DSC "string1" "string2"
# Perform FAST byte search for strings from stdin in dyld_shared_cache
❯ cat strings.txt | ipsw dsc str DSC
# Perform SLOW regex search for string in dyld_shared_cache
Expand Down

0 comments on commit f6a9973

Please sign in to comment.