STRINGS.1
上传用户:jnzhq888
上传日期:2007-01-18
资源大小:51694k
文件大小:1k
源码类别:

操作系统开发

开发平台:

WINDOWS

  1. .TH STRINGS 1
  2. .SH NAME
  3. strings - print all the strings in a binary file
  4. .SH SYNOPSIS
  5. fBstringsfR [fB-fR] [fB-ofR]fR [fB-fInfR] fIfile ...fR
  6. .br
  7. .de FL
  8. .TP
  9. \fB\$1\fR
  10. \$2
  11. ..
  12. .de EX
  13. .TP 20
  14. \fB\$1\fR
  15. # \$2
  16. ..
  17. .SH OPTIONS
  18. .FL "-" "search whole file, not just data seg"
  19. .FL "-o" "Print octal offset of each string"
  20. .FL "-fIn" "fInfR is minimum length string (default = 4)"
  21. .SH EXAMPLES
  22. .EX "strings -5 a.out" "Print the strings > 4 chars in fIa.outfR"
  23. .EX "strings - /bin/sh" "Search entire shell file (text and data)"
  24. .SH DESCRIPTION
  25. .PP
  26. fIStringsfR looks for sequences of ASCII characters followed by a zero 
  27. byte.
  28. These are usually strings.  This program is typically used to help identify
  29. unknown binary programs