Y
Hacker News
new
|
ask
|
show
|
jobs
by
jonhohle
589 days ago
`strings` is the Unix command line utility[0] of the same name.
strings file
will tell you all of the ASCII strings in file.
0 -
https://www.unix.com/man-page/osx/1/strings/
1 comments
poincaredisk
589 days ago
strings -el
For utf-16 encoded ascii strings (very useful when dealing with windows executables).
link