Quote:
cryingdevil said:
how do u do a strings command?
|
On a Unix variant (Linux, Mac O/S, Solaris),
strings <name of file>
will dump all the printable strings in the file to the screen. The output can be redirected as normal, which is good, since there's a lot of text in the executable.
Sorry, I don't know if Windows has a similar command/function.