Red Hat ENTERPRISE LINUX 4 - USING BINUTILS Instrukcja Użytkownika Strona 37

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 80
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 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.
Przeglądanie stron 36
1 2 ... 32 33 34 35 36 37 38 39 40 41 42 ... 79 80

Komentarze do niniejszej Instrukcji

Brak uwag