🌐
GNU
sourceware.org β€Ί binutils β€Ί docs β€Ί binutils β€Ί strings.html
strings (GNU Binary Utilities)
Possible values for encoding are: ... β€˜B’ = 32-bit bigendian, β€˜L’ = 32-bit littleendian. Useful for finding wide character strings. (β€˜l’ and β€˜b’ apply to, for example, Unicode UTF-16/UCS-2 encodings)....
🌐
Debian Manpages
manpages.debian.org β€Ί testing β€Ί binutils-common β€Ί strings.1.en.html
strings(1) β€” binutils-common β€” Debian testing β€” Debian Manpages
strings [-afovV] [-min-len] [-n min-len] [--bytes=min-len] [-t radix] [--radix=radix] [-e encoding] [--encoding=encoding] [-U method] [--unicode=method] [-] [--all] [--print-file-name] [-T bfdname] [--target=bfdname] [-w] [--include-all-whitespace] [-s] [--output-separator sep_string] [--help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.
🌐
Debian Manpages
manpages.debian.org β€Ί jessie β€Ί binutils β€Ί strings(1)
strings(1) β€” binutils β€” Debian jessie β€” Debian Manpages
strings [ -afovV] [-min-len] [ -n min-len] [--bytes=min-len] [ -t radix] [--radix=radix] [ -e encoding] [--encoding=encoding] [ -] [--all] [--print-file-name] [ -T bfdname] [--target=bfdname] [ -w] [--include-all-whitespace] [ --help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.
🌐
GNU
sourceware.org β€Ί binutils β€Ί docs-2.29 β€Ί binutils β€Ί strings.html
GNU Binary Utilities: strings
Possible values for encoding are: ... β€˜B’ = 32-bit bigendian, β€˜L’ = 32-bit littleendian. Useful for finding wide character strings. (β€˜l’ and β€˜b’ apply to, for example, Unicode UTF-16/UCS-2 encodings)....
🌐
LinuxQuestions.org
linuxquestions.org β€Ί questions β€Ί programming-9 β€Ί 'strings'-binary-from-binutils-how-do-you-use-it-819825
'strings' binary from binutils - how do you use it?
Hi , it is about 'strings' binary from binutils. I recently wanted to test what it does and how it works. The best I did was this: Code: #!/bin/sh
🌐
GitHub
github.com β€Ί redox-os β€Ί binutils-gdb β€Ί blob β€Ί master β€Ί binutils β€Ί strings.c
binutils-gdb/binutils/strings.c at master Β· redox-os/binutils-gdb
You should have received a copy of the GNU General Public License Β· along with this program; if not, write to the Free Software Β· Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA Β· 02110-1301, USA. */ Β· /* Usage: strings [options] file...
Author Β  redox-os
🌐
Debian Manpages
manpages.debian.org β€Ί buster β€Ί binutils-common β€Ί strings.1.en.html
strings(1) β€” binutils-common β€” Debian buster β€” Debian Manpages
March 21, 2019 - strings [-afovV] [-min-len] [-n min-len] [--bytes=min-len] [-t radix] [--radix=radix] [-e encoding] [--encoding=encoding] [-] [--all] [--print-file-name] [-T bfdname] [--target=bfdname] [-w] [--include-all-whitespace] [-s] [--output-separatorsep_string] [--help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.
🌐
Debian Manpages
manpages.debian.org β€Ί experimental β€Ί binutils-common β€Ί strings.1.en.html
strings(1) β€” binutils-common β€” Debian experimental β€” Debian Manpages
strings [-afovV] [-min-len] [-n min-len] [--bytes=min-len] [-t radix] [--radix=radix] [-e encoding] [--encoding=encoding] [-U method] [--unicode=method] [-] [--all] [--print-file-name] [-T bfdname] [--target=bfdname] [-w] [--include-all-whitespace] [-s] [--output-separator sep_string] [--help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.
🌐
MIT
web.mit.edu β€Ί gnu β€Ί doc β€Ί html β€Ί binutils_8.html
The GNU Binary Utilities - strings
strings [-afov] [-min-len] [-n min-len] [-t radix] [-] [--all] [--print-file-name] [--bytes=min-len] [--radix=radix] [--target=bfdname] [--help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by a NUL or newline character.
Find elsewhere
🌐
ManKier
mankier.com β€Ί home β€Ί binutils
strings: print the sequences of printable characters in files | Man Page | Commands | binutils | ManKier
strings [-afovV] [-min-len] [-n min-len] [--bytes=min-len] [-t radix] [--radix=radix] [-e encoding] [--encoding=encoding] [-U method] [--unicode=method] [-] [--all] [--print-file-name] [-T bfdname] [--target=bfdname] [-w] [--include-all-whitespace] [-s] [--output-separator sep_string] [--help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.
🌐
Debian Manpages
manpages.debian.org β€Ί testing β€Ί binutils-x86-64-gnu β€Ί x86_64-gnu-strings.1.en.html
x86_64-gnu-strings(1) β€” binutils-x86-64-gnu β€” Debian testing β€” Debian Manpages
July 5, 2023 - Possible values for encoding are: s = single-7-bit-byte characters (default), S = single-8-bit-byte characters, b = 16-bit bigendian, l = 16-bit littleendian, B = 32-bit bigendian, L = 32-bit littleendian. Useful for finding wide character strings. (l and b apply to, for example, Unicode ...
🌐
Debian Manpages
manpages.debian.org β€Ί testing β€Ί binutils β€Ί x86_64-linux-gnu-strings.1.en.html
x86_64-linux-gnu-strings(1) β€” binutils β€” Debian testing β€” Debian Manpages
August 7, 2017 - Possible values for encoding are: ... littleendian, B = 32-bit bigendian, L = 32-bit littleendian. Useful for finding wide character strings. (l and b apply to, for example, Unicode UTF-16/UCS-2 encodings)....
🌐
Debian Manpages
manpages.debian.org β€Ί experimental β€Ί binutils-x86-64-linux-gnu β€Ί x86_64-linux-gnu-strings.1.en.html
x86_64-linux-gnu-strings(1) β€” binutils-x86-64-linux-gnu β€” Debian experimental β€” Debian Manpages
June 2, 2023 - Possible values for encoding are: s = single-7-bit-byte characters (default), S = single-8-bit-byte characters, b = 16-bit bigendian, l = 16-bit littleendian, B = 32-bit bigendian, L = 32-bit littleendian. Useful for finding wide character strings. (l and b apply to, for example, Unicode ...
🌐
OpenSUSE Manpages
manpages.opensuse.org β€Ί tumbleweed β€Ί binutils β€Ί strings(1)
strings(1) β€” binutils
strings [-afovV] [-min-len] [-n min-len] [--bytes=min-len] [-t radix] [--radix=radix] [-e encoding] [--encoding=encoding] [-U method] [--unicode=method] [-] [--all] [--print-file-name] [-T bfdname] [--target=bfdname] [-w] [--include-all-whitespace] [-s] [--output-separator sep_string] [--help] [--version] file... For each file given, GNU strings prints the printable character sequences that are at least 4 characters long (or the number given with the options below) and are followed by an unprintable character.
🌐
Duetorun
duetorun.com β€Ί blog β€Ί 20230620 β€Ί gnu-binutils-strings
GNU Binutils - strings - ElseWhere
June 20, 2023 - pifan@rpi3b-ubuntu $ man strings STRINGS(1) GNU Development Tools STRINGS(1) NAME strings - print the sequences of printable characters in files SYNOPSIS strings [-afovV] [-min-len] [-n min-len] [--bytes=min-len] [-t radix] [--radix=radix] [-e encoding] [--encoding=encoding] [-U method] [--unicode=method] [-] [--all] [--print-file-name] [-T bfdname] [--target=bfdname] [-w] [--include-all-whitespace] [-s] [--output-separator sep_string] [--help] [--version] file...
🌐
GitHub
cs107e.github.io β€Ί guides β€Ί binutils
CS107E Guide: Binary Utilities (binutils)
For example, to see the section sizes in hexadecimal, use the -x option (size -x test.o). You can also specify the file type if it is not automatically recognized. For example if you want to know the size of a raw binary file, you could use ... Prints text strings embedded in the input file.
🌐
GNU
ftp.gnu.org β€Ί old-gnu β€Ί Manuals β€Ί binutils-2.12 β€Ί html_node β€Ί binutils_9.html
GNU Binary Utilities - 7. strings
strings [`-afov'] [`-'min-len] [`-n' min-len] [`--bytes='min-len] [`-t' radix] [`--radix='radix] [`-e' encoding] [`--encoding='encoding] [`-'] [`--all'] [`--print-file-name'] [`--target='bfdname] [`--help'] [`--version'] file Β· For each file given, GNU strings prints the printable character ...
🌐
The Geek Stuff
thegeekstuff.com β€Ί 2017 β€Ί 01 β€Ί gnu-binutils-commands
12 Linux GNU Binary Utilities Binutils Commands with Examples (as, ld, ar, nm, objcopy, objdump, size, strings, strip, c++flint, addr2line, readelf Command Examples)
January 9, 2017 - Read more: Linux Objdump Command Examples (Disassemble a Binary File) size can display the size information of sections in object files. # size main text data bss dec hex filename 51 0 0 51 33 main Β· string can display printable char sequence from object files.
🌐
GNU
gnu.org β€Ί software β€Ί binutils
Binutils - GNU Project - Free Software Foundation
Releases are made from branches in the repository, and commits are often made to the branches even after the release has gone out. The branches are named binutils-M_NN-branch where M is the major component of the version number and NN is the minor component. So the 2.43 release for example was taken from a branch called binutils-2_43-branch.