Pefile Versions Save

pefile is a Python module to read and work with PE (Portable Executable) files

v2017.9.3

6 years ago

Merged PRs: #188, #169, #166, #165, #154, #174, and #210. I've also improved handling of some corner cases of files with invalid exports and improved the is_driver check.

v2017.8.1

6 years ago

Merged PRs: #180, #183, #190, #200, #202 and fixed a bug handling bytearrays under certain conditions.

v2017.5.26

6 years ago

Maintenance release.

v2016.3.28

8 years ago

Minor fixes, merged some pending pull requests. pefile-2016.3.28.tar.gz pefile-2016.3.28.zip

v2016.3.4

8 years ago

Version 2016.3.4 of pefile now runs under Python 2.7 and Python 3 in addition to addressing a few of the long standing issues.