SSC
COMPUTER
Question
[CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
|
|
Str
|
|
int
|
|
inr
|
|
srt
|
Detailed explanation-1: -Description. The strings command looks for printable strings in a file. A string is any sequence of 4 or more printable characters that end with a new-line or a null character. The strings command is useful for identifying random object files.
Detailed explanation-2: -To create a string, put the sequence of characters inside either single quotes, double quotes, or triple quotes and then assign it to a variable. You can look into how variables work in Python in the Python variables tutorial. For example, you can assign a character ‘a’ to a variable single quote character .
Detailed explanation-3: –a, –all. Do not scan only the initialized and loaded sections of object files; scan the whole files.-f, –print-file-name. –help. -min-len, -n min-len, –bytes=min-len. -o. -t radix, –radix=radix. -e encoding, –encoding=encoding. –target=bfdname. More items