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
- Sources inherited from project SUSE:SLE-15-SP5:GA
-
Checkout Package
osc checkout SUSE:SLE-15-SP6:Update/python3-pefile && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
pefile-2022.5.30.tar.gz | 0000072889 71.2 KB | |
python3-pefile.changes | 0000003579 3.5 KB | |
python3-pefile.spec | 0000002358 2.3 KB |
Latest Revision
Samu Voutilainen (Smar)
committed
(revision 1)
osc copypac from project:openSUSE.org:SUSE:SLE-15-SP5:GA package:python3-pefile revision:1
Comments 0