Looking for ELF/PE library for Python

Thomas Heller theller at python.net
Thu Dec 11 04:07:50 EST 2003


Bogdan Marinescu <a_bogdan_marinescu at yahoo.com> writes:

>     Hello,
>
>     Is there a Python library for working with ELF
> and/or PE(Portable Executable) formats? By "working" I
> mean handling file structure, dumping structure
> information, extracting specific parts of the file and
> even creating "by hand" new sections/relocations. I
> already searched some locations for such a library,
> but I couldn't find anything suitable.
>     Thank you for your time.

I once started such a thing for PE, and posted it to the ctypes-users
mailing list.

http://article.gmane.org/gmane.comp.python.ctypes/432

Thomas






More information about the Python-list mailing list