What's new? | Help | Directory | Sign in
Google
pefile
pefile is a Python module to read and work with PE (Portable Executable) files
  
  
  
  
    
Links:
Blogs:
Groups:
Join project
Project owners:
  ero.carrera
Project members:
c1de0x, gergely.erdelyi

pefile is a multi-platform Python module to read and work with Portable Executable (aka PE) files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data.

pefile requires some basic understanding of the layout of a PE file. Armed with it it's possible to explore nearly every single feature of the file.

Some of the tasks that pefile makes possible are:

Please, refer to UsageExamples for starting points on how to use pefile

Latest changes

Projects and products using pefile

Additional resources

Posters depicting the PE file format:

A PDF file that I put together depicting the PE file format. (Hosted in OpenRCE) (The poster just mentioned is based on this).

The following links provide extended information on the PE format and its structures.