📄 strings.1
字号:
.\" SCCSID: @(#)strings.1 8.1 9/11/90.TH strings 1.SH Namestrings \- print ASCII strings in program.SH Syntax.B strings[\fB\-|a\fR] [\fB\-o\fR] [\fB\-\fInumber\fR\|] \fIfile...\fR.SH Description.NXR "strings command".NXR "string" "defined".NXR "object file" "finding printable strings".NXR "binary file" "finding printable strings"The.PN stringscommand looks for ascii strings in a binary file.A string is any sequence of 4 or more printing characters ending witha newline or a null..PPThe.PN stringscommandis useful for identifying random object files and many other things..SH Options.IP "\fB\-\fR or \fB\-a\fR" 10 Looks through the entire object file for ASCII strings. Default is to look only in the initialized data space. .IP \fB\-\fInumber\fRSets the minimum string length to specified number of characters and default is 4..IP \fB\-o\fRPrecedes each string with its file offset (octal). .SH See Alsood(1)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -