about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2015-05-27 10:48:27 +0200
committerAjax <commial@gmail.com>2015-05-27 11:02:57 +0200
commit85e67bc06a03f02d059d9d91ba88bc6213023d48 (patch)
tree77a76925f71930a9ced711f06dc22605d654c481 /test/test_all.py
parent7816cf35749e3d282fd13881df6c1766a7cbf4bb (diff)
downloadmiasm-85e67bc06a03f02d059d9d91ba88bc6213023d48.tar.gz
miasm-85e67bc06a03f02d059d9d91ba88bc6213023d48.zip
TestAll: Update disasm 'file.py' example address
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 4e530669..895dbdac 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -243,7 +243,7 @@ class ExampleDisassembler(Example):
 for script, prods in [(["single_instr.py"], []),
                       (["function.py"], ["graph.txt"]),
                       (["file.py", Example.get_sample("box_upx.exe"),
-                        "0x410f90"], ["graph.txt"]),
+                        "0x407570"], ["graph.txt"]),
                       (["full.py", Example.get_sample("box_upx.exe")],
                        ["graph_execflow.txt", "lines.txt"]),
                       ]: