mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-26 09:08:59 +00:00
* strings.c (DATA_FLAGS): Remove SEC_DATA.
(main): If no file names are given, scan standard input. * binutils.texi, strings.1: strings now scans non-data sections by default.
This commit is contained in:
@@ -44,8 +44,8 @@ given, GNU \c
|
||||
prints the printable character sequences that are at least 4
|
||||
characters long (or the number given with the options below) and are
|
||||
followed by a NUL or newline character. By default, it only prints
|
||||
the strings from the initialized data sections of object files; for
|
||||
other types of files, it prints the strings from the whole file.
|
||||
the strings from the initialized and loaded sections of object files;
|
||||
for other types of files, it prints the strings from the whole file.
|
||||
|
||||
.PP
|
||||
.B strings
|
||||
@@ -61,8 +61,8 @@ equivalent.
|
||||
.B \-\-all
|
||||
.TP
|
||||
.B \-
|
||||
Do not scan only the initialized data section of object files; scan
|
||||
the whole files.
|
||||
Do not scan only the initialized and loaded sections of object files;
|
||||
scan the whole files.
|
||||
|
||||
.TP
|
||||
.B \-f
|
||||
|
||||
Reference in New Issue
Block a user