summaryrefslogtreecommitdiffstats
path: root/python/pefile
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 11:05:52 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:55 -0400
commitd04fd5a362420a5352e8573319d8404cf4118029 (patch)
treeecd4a1e50198642e1dacbb17c2cd4bb4563bd160 /python/pefile
parentc44008f7b7d34aa9ae3046ff49b9d0a1e8b5b685 (diff)
downloadslackbuilds-d04fd5a362420a5352e8573319d8404cf4118029.tar.gz
slackbuilds-d04fd5a362420a5352e8573319d8404cf4118029.tar.xz
python/pefile: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/pefile')
-rw-r--r--python/pefile/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/python/pefile/README b/python/pefile/README
index acb68d598f..a6551ab27d 100644
--- a/python/pefile/README
+++ b/python/pefile/README
@@ -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