about summary refs log tree commit diff stats
path: root/example/sandbox_pe_x86_32.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/sandbox_pe_x86_32.py
parentecb92eb8434ed727ea36bf76a750420a9528f8f7 (diff)
downloadmiasm-9347995237a5a94f64d3a39490754f4c62befc32.tar.gz
miasm-9347995237a5a94f64d3a39490754f4c62befc32.zip
Example: Update example descriptions
Diffstat (limited to 'example/sandbox_pe_x86_32.py')
-rw-r--r--example/sandbox_pe_x86_32.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/sandbox_pe_x86_32.py b/example/sandbox_pe_x86_32.py
index ef5c4873..738e0778 100644
--- a/example/sandbox_pe_x86_32.py
+++ b/example/sandbox_pe_x86_32.py
@@ -10,7 +10,7 @@ if filename and os.path.isfile(filename):
 # Insert here user defined methods
 
 # Parse arguments
-parser = Sandbox_Win_x86_32.parser()
+parser = Sandbox_Win_x86_32.parser(description="PE sandboxer")
 parser.add_argument("filename", help="PE Filename")
 options = parser.parse_args()