strings in Unix and Linux extracts printable strings from a binary file. Is there a version of this for Windows? I couldn't find one.
| ||||
|
feedback
|
|
Not (AFAIK) built in, but there is one available from SysInternals (live link). The SysInternals strings isn't a straight port of the Unix tool; it was written to find Unicode strings as well as ASCII:
| ||||
|
feedback
|
|
I believe MinGW contains a Windows version of GNU binutils, which in turn contains the | |||
feedback
|