File: srch_strings.txt

package info (click to toggle)
sleuthkit 4.12.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,608 kB
  • sloc: ansic: 143,795; cpp: 52,225; java: 37,892; xml: 2,416; python: 1,076; perl: 874; makefile: 439; sh: 184
file content (19 lines) | stat: -rw-r--r-- 866 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
NAME
 srch_strings - display printable strings in files
SYNOPSIS
 srch_strings [options] [files]
OPTIONS
 -a                  Scan the entire file, not just the data section.
 -f                  Print the name of the file before each string.
 -n number, -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)
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.