A simple way to get strings from a binary file on Linux, use the od command with -S option.
od -S 6 file.bin
will print all the strings with at least 6 printable chars
A simple way to get strings from a binary file on Linux, use the od command with -S option.
od -S 6 file.bin
will print all the strings with at least 6 printable chars