Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to att开发者_运维技巧ract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this questionI'm looking for something that does what the unix "strings" program does, but in Windows. And visual, too.
Occasionally, I have a binary file and want to see if certain strings are present in it. Right now, I use notepad, and turn on wordwrap, and just ignore all the garbage and visually search for strings.
Anyone have anything neat they use? (Preferably free or cheap.)
not sure about the visual part but there you go:
http://technet.microsoft.com/en-us/sysinternals/bb897439.aspx
精彩评论