home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / STRINGS.ZIP / STRINGS.DOC next >
Text File  |  1990-06-09  |  1KB  |  30 lines

  1.    Program Name:    strings  
  2.  
  3.    Purpose: This is a Unix-compatible program to find printable strings
  4.             in an arbitrary file (generally an exe file).
  5.             
  6.    Author:  Alan Ballard
  7.             3452 West 11th Avenue,
  8.             Vancouver, B.C., Canada, V6R 2J9
  9.    
  10.    Date:    8 June, 1990.  
  11.   
  12.    Use:     The program is run in OS/2 command mode. It may be run in
  13.             a VIO window.  
  14.  
  15.    Usage:   strings <options> <file>...
  16.  
  17.             Zero or more filenames may be specified. Names may include
  18.             wildcards. If no name is specified, stdin is read. 
  19.   
  20.    Options: Options may be flagged with "-" or "/". 
  21.  
  22.             -a      examine entire file.  Without this, the program
  23.                     examines only data segments of exe files. 
  24.             -o      prefix each string found with its offset from
  25.                     the start of the file.
  26.             -x      valid only with -o option; print the offset in hexadecimal.
  27.             -nnn    print only strings containing at least the specified
  28.                     number of printable characters.  3 is the default.
  29.  
  30.