STRINGS.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
- .TH STRINGS 1
- .SH NAME
- strings - print all the strings in a binary file
- .SH SYNOPSIS
- fBstringsfR [fB-fR] [fB-ofR]fR [fB-fInfR] fIfile ...fR
- .br
- .de FL
- .TP
- \fB\$1\fR
- \$2
- ..
- .de EX
- .TP 20
- \fB\$1\fR
- # \$2
- ..
- .SH OPTIONS
- .FL "-" "search whole file, not just data seg"
- .FL "-o" "Print octal offset of each string"
- .FL "-fIn" "fInfR is minimum length string (default = 4)"
- .SH EXAMPLES
- .EX "strings -5 a.out" "Print the strings > 4 chars in fIa.outfR"
- .EX "strings - /bin/sh" "Search entire shell file (text and data)"
- .SH DESCRIPTION
- .PP
- fIStringsfR looks for sequences of ASCII characters followed by a zero
- byte.
- These are usually strings. This program is typically used to help identify
- unknown binary programs