views:

293

answers:

1

I want to write a script (or something similar. don't care which language) which extracts the resources from a PE file (.rsrc section). I'm using Python's pefile and peutils for various PE tasks, but couldn't find anything which actually extracts the resources.

Any help will be appreciated.

Thanks, Moshe

A: 

Does PEDUMP work? See here for the description on how to use it. From a quick scan this article seems to show how to decode the resources section. Finally this shows some c++ code to extract resources.

Preet Sangha
I recall looking at this article before. It seems the PEDUMP tool isn't available for download anymore.
Moshe
type this version http://www.wheaty.net/pedump.zip
Preet Sangha
or this on http://www.simtel.net/free-download/Programming-Utilities/pedumpzip/28111.html
Preet Sangha