summaryrefslogtreecommitdiffstats
path: root/python/pefile/README
diff options
context:
space:
mode:
author Barry J. Grundy <bgrundyatlinuxleo.com>2017-12-27 21:45:18 +0000
committer Robby Workman <rworkman@slackbuilds.org>2017-12-27 18:11:23 -0600
commitdd9ffcac766aab1d3807b7daf79e575b719f7caa (patch)
treea5c8f6481110c022492f74f05b65d40013dfc6cd /python/pefile/README
parentdc85f0e95c0f47f96db74e24a8168fe1add974f9 (diff)
downloadslackbuilds-dd9ffcac766aab1d3807b7daf79e575b719f7caa.tar.gz
slackbuilds-dd9ffcac766aab1d3807b7daf79e575b719f7caa.tar.xz
python/pefile: Updated for version 2017.11.5.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'python/pefile/README')
-rw-r--r--python/pefile/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/pefile/README b/python/pefile/README
index 7f60fd40df..3f9ec219ec 100644
--- a/python/pefile/README
+++ b/python/pefile/README
@@ -1,10 +1,10 @@
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.
+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
@@ -13,6 +13,6 @@ Some of the tasks that pefile makes possible are:
Retrieving data
Warnings for suspicious and malformed values
Packer detection with PEiD's signatures
- PEiD signature generation
+ PEiD signature generation
python-future is a run time dependency.