Python module to read and work with PE (Portable Executable) files
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:
Modifying and writing back to the PE image
Header Inspection
Sections analysis
Retrieving data
Warnings for suspicious and malformed values
Packer detection with PEiD's signatures
PEiD signature generation
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
5
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-pefile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pefile-2023.2.7.tar.gz | 0000074854 73.1 KB | |
python-pefile.changes | 0000004276 4.18 KB | |
python-pefile.spec | 0000002538 2.48 KB |
Latest Revision
Dominique Leuenberger (dimstar_suse)
accepted
request 1136456
from
Dirk Mueller (dirkmueller)
(revision 10)
- require setuptools * Fix a bug attempting to handle an invalid string * Merged path from ThreatGrid's Wesley Brown. Thanks! revamped to use bytearrays rather than list, - moved UserDB.txt to /usr/share/python-pefile * This is a PE file signature database. * It is available to callers of python-pefile,
Comments 0