diff options
| author | Camille Mougey <camille.mougey@cea.fr> | 2015-01-06 18:04:25 +0100 |
|---|---|---|
| committer | Camille Mougey <camille.mougey@cea.fr> | 2015-01-23 17:24:41 +0100 |
| commit | 2e876ebdbc9bdb504f72c7af5492dc20985e3973 (patch) | |
| tree | 71dda319e78d9e2e30ce8c92ff560fa25c70e8ea /example | |
| parent | b495563e636c223be39d5ed516572f6a8406b2b3 (diff) | |
| download | miasm-2e876ebdbc9bdb504f72c7af5492dc20985e3973.tar.gz miasm-2e876ebdbc9bdb504f72c7af5492dc20985e3973.zip | |
Examples: Update box_upx.exe location
Diffstat (limited to 'example')
| -rw-r--r-- | example/disasm_03.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/disasm_03.py b/example/disasm_03.py index 1141dc55..f86a485e 100644 --- a/example/disasm_03.py +++ b/example/disasm_03.py @@ -5,7 +5,7 @@ from miasm2.analysis.binary import Container if len(sys.argv) != 3: print 'Example:' - print "%s box_upx.exe 0x410f90" % sys.argv[0] + print "%s samples/box_upx.exe 0x410f90" % sys.argv[0] sys.exit(0) ad = int(sys.argv[2], 16) |