32 Chapter 8. strings
-e encoding
-encoding=encoding
Select the character encoding of the strings that are to be found. Possible values for encoding
are: s = single-7-bit-byte characters (ASCII, ISO 8859, etc., default), S = single-8-bit-byte char-
acters, b = 16-bit bigendian, l = 16-bit littleendian, B = 32-bit bigendian, L = 32-bit littleendian.
Useful for finding wide character strings.
-target=bfdname
Specify an object code format other than your system’s default format. Section 16.1 Target Se-
lection, for more information.
-v
-version
Print the program version number on the standard output and exit.
Komentáře k této Příručce