mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
python/pefile: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
c44008f7b7
commit
d04fd5a362
1 changed files with 9 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue