Looking for ELF/PE library for Python

B

Bogdan Marinescu

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.

Bogdan M.


__________________________________
Do you Yahoo!?
New Yahoo! Photos - easier uploading and sharing.
http://photos.yahoo.com/
 
M

Miki Tebeka

Hello Bogdan,
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.
For just viewing information you can use the "objdump" utility which comes
with GNU binutils (I think the MSVC has a "dumpbin" utility as well).

HTH.
Miki
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,484
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top