extract the strings in an exe

Gerhard Häring gh at ghaering.de
Fri Nov 21 06:12:37 EST 2003


Fernando Rodriguez wrote:
> Hi,
> 
> How can I extract all the strings in an exe with python? O:-)

I don't know about Python, but Unixoid systems, and on Windows, Cygwin 
has a utility called 'strings' which you can use for exactly this purpose.

It's written in C and you could translate its algorithm to Python ;)

-- Gerhard







More information about the Python-list mailing list