slackbuilds/python/pefile
B. Watson d04fd5a362 python/pefile: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
2022-03-17 12:37:55 -04:00
..
README python/pefile: Wrap README at 72 columns. 2022-03-17 12:37:55 -04:00
pefile.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
pefile.info python/pefile: Update DEP. 2021-04-20 15:44:59 +07:00
slack-desc

README

pefile is a Python Portable Executable (PE) reader module.

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