[utils] Strings in binaries - strings.exe - Jon Galloway

[utils] Strings in binaries - strings.exe

A while ago, I was searching through IIS DLL's looking for a specific error message. Like most things, there's my way and the easy way.

My way: a tiny SnippetCompiler special that creates a notepad friendly copy of any binary file. Posting the code in case it saves someone some time on a similar task.

Download [here].
Source [show]

The right way was probably to use strings.exe from Sysinternals, which can rip through a whole folder detecting string (ANSI and Unicode) of a minimum character length.

powered by IMHO 1.2

Published Tuesday, February 01, 2005 5:53 AM by Jon Galloway
Filed under: ,

Comments

# re: [utils] Strings in binaries - strings.exe

Is there anything the guys at Sysinternals don't have?

Tuesday, February 01, 2005 8:58 AM by Darrell