Skip to content

Strings

Strings

Set minimum length to 16:

strings -n16 file.bin

Specify little-endian UTF-16 Characters:

strings -el file.bin

Specify big-endian UTF-16 Characters:

strings -eb file.bin

Specify hex offset in file:

strings -tx file.bin

Specify oct offset in file:

strings -to file.bin

Specify dec offset in file:

strings -td file.bin