gituser/production/: pefile-2019.4.18 metadata and description

Homepage Simple index

Python PE parsing module

author Ero Carrera
author_email ero.carrera@gmail.com
classifiers
  • Development Status :: 5 - Production/Stable
  • Intended Audience :: Developers
  • Intended Audience :: Science/Research
  • Natural Language :: English
  • Operating System :: OS Independent
  • Programming Language :: Python
  • Topic :: Software Development :: Libraries :: Python Modules
download_url https://github.com/erocarrera/pefile/releases/download/v2019.4.18/pefile-2019.4.18.tar.gz
keywords pe,exe,dll,pefile,pecoff
requires_dist
  • future
File Tox results History
pefile-2019.4.18-py2-none-any.whl
Size
60 KB
Type
Python Wheel
Python
2
pefile-2019.4.18-py3-none-any.whl
Size
60 KB
Type
Python Wheel
Python
3
pefile-2019.4.18.tar.gz
Size
61 KB
Type
Source

pefile, Portable Executable reader module

All the PE file basic structures are available with their default names as attributes of the instance returned.

Processed elements such as the import table are made available with lowercase names, to differentiate them from the upper case basic structure names.

pefile has been tested against many edge cases such as corrupted and malformed PEs as well as malware, which often attempts to abuse the format way beyond its standard use. To the best of my knowledge most of the abuse is handled gracefully.

Copyright (c) 2005-2019 Ero Carrera <ero.carrera@gmail.com>