STRINGS.1
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- .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