aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python/pefile/README15
1 files changed, 9 insertions, 6 deletions
diff --git a/python/pefile/README b/python/pefile/README
index acb68d598f24c..a6551ab27dbfb 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