Red Hat ENTERPRISE LINUX 4 - USING BINUTILS Uživatelský manuál Strana 37

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 80
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 36
Chapter 8.
strings
strings [-afov] [-min-len]
[-n min-len] [--bytes=min-len]
[-t radix] [--radix=radix]
[-e encoding] [--encoding=encoding]
[-] [--all] [--print-file-name]
[--target=bfdname]
[--help] [--version] file...
For each file given, gnu strings prints the printable character sequences that are at least 4 charac-
ters long (or the number given with the options below) and are followed by an unprintable character.
By default, it only prints the strings from the initialized and loaded sections of object files; for other
types of files, it prints the strings from the whole file.
strings is mainly useful for determining the contents of non-text files.
-a
-all
-
Do not scan only the initialized and loaded sections of object files; scan the whole files.
-f
-print-file-name
Print the name of the file before each string.
-help
Print a summary of the program usage on the standard output and exit.
-min-len
-n min-len
-bytes=min-len
Print sequences of characters that are at least min-len characters long, instead of the default 4.
-o
Like -t o. Some other versions of strings have -o act like -t d instead. Since we can not be
compatible with both ways, we simply chose one.
-t radix
-radix=radix
Print the offset within the file before each string. The single character argument specifies the
radix of the offset--o for octal, x for hexadecimal, or d for decimal.
Zobrazit stránku 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 79 80

Komentáře k této Příručce

Žádné komentáře