slackbuilds_ponce/python/pefile
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
pefile.info
pefile.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README python/pefile: Fixed dep info in README 2021-04-20 23:53:49 -05:00
slack-desc

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