Introduction

pefile is a Python module to read and work with PE files. Most of the information in the PE Header is accessible, as well as all the sections, section's information and data.

Note: pefile is now hosted in Google Code

Documentation:

The README file accompanying the release can be read here.

The module documentation has been put together using pydoc and can be found here for pefile and here for peutils.

Please, refer to the Wiki at Google Code for documentation

Download:

pefile can be downloaded from Google Code

Usage/Examples:

Please, refer to the UsageExamples at Google Code's Wiki for examples

A detailed list of changes is availabe here.