about summary refs log tree commit diff stats
path: root/example/unpack_upx.py
diff options
context:
space:
mode:
authorajax <devnull@localhost>2014-10-02 18:01:40 +0200
committerajax <devnull@localhost>2014-10-02 18:01:40 +0200
commit9347995237a5a94f64d3a39490754f4c62befc32 (patch)
treea10dfb97219e82cc7ac5f2ff0ce6a23abb723520 /example/unpack_upx.py
parentecb92eb8434ed727ea36bf76a750420a9528f8f7 (diff)
downloadmiasm-9347995237a5a94f64d3a39490754f4c62befc32.tar.gz
miasm-9347995237a5a94f64d3a39490754f4c62befc32.zip
Example: Update example descriptions
Diffstat (limited to 'example/unpack_upx.py')
-rw-r--r--example/unpack_upx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/unpack_upx.py b/example/unpack_upx.py
index ee082de3..70684097 100644
--- a/example/unpack_upx.py
+++ b/example/unpack_upx.py
@@ -31,7 +31,7 @@ def kernel32_GetProcAddress(jitter):
 
 
 
-parser = Sandbox_Win_x86_32.parser()
+parser = Sandbox_Win_x86_32.parser(description="Generic UPX unpacker")
 parser.add_argument("filename", help="PE Filename")
 parser.add_argument('-v', "--verbose",
                     help="verbose mode", action="store_true")