logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

srch_strings - display printable strings in files

Author

       The SleuthKit is copyright (c) Brian Carrier.

       This manual page was written by Martin A. Godisch for Debian GNU/Linux, but may be used by others.

SRCH_STRINGS                                        Mar 2005                                     SRCH_STRINGS(1)

Name

srch_strings - display printable strings in files

Options

-a     Scan the entire file, not just the data section.

       -f     Print the name of the file before each string.

       -nnumber,-number
              Locate and print any NUL-terminated sequence of at least number characters (default 4).

       -t{o,x,d}
              Print the location of the string in base 8, 10 or 16.

       -o     An alias for --radix=o.

       -e{s,S,b,l,B,L}
              Select character size and endianness: s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit.

       -h     Display command line help.

       -v     Print the program's version number.

See Also

strings(1)

Synopsis

srch_strings [options] [files]

See Also