Search for text in binary files
To extract all text strings from a file, use:
strings filename
To search for all occurrences of the text “maybe” in the binary file filename use:
strings filename | grep maybe
To extract all text strings from a file, use:
strings filename
To search for all occurrences of the text “maybe” in the binary file filename use:
strings filename | grep maybe
Add New Comment
Thanks. Your comment is awaiting approval by a moderator.
Do you already have an account? Log in and claim this comment.
Add New Comment