CMD + K

pefile

Community

Python PE parsing module

Installation

To install this package, run one of the following:

Conda
$conda install carta::pefile

Usage Tracking

2017.11.5
1 / 8 versions selected
Downloads (Last 6 months): 0

Description

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-2017 Ero Carrera [email protected]

All rights reserved.

About

Summary

Python PE parsing module

Last Updated

Feb 2, 2018 at 19:48

License

MIT

Total Downloads

34

Supported Platforms

macOS-64