python/pefile: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 11:05:52 -04:00
parent c44008f7b7
commit d04fd5a362

View file

@ -1,11 +1,14 @@
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:
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