about summary refs log tree commit diff stats
path: root/example/test_ida.py
diff options
context:
space:
mode:
authorserpilliere <devnull@localhost>2014-06-04 21:36:38 +0200
committerserpilliere <devnull@localhost>2014-06-04 21:36:38 +0200
commit58f4256ccc3e81f7e01ef2aafee7ad1dff982363 (patch)
treeaec3b53f8b6352aac2fae43265c2f9c64449c16c /example/test_ida.py
parent34e601b811841b4da24e1a057a80dc2be33368f8 (diff)
downloadmiasm-58f4256ccc3e81f7e01ef2aafee7ad1dff982363.tar.gz
miasm-58f4256ccc3e81f7e01ef2aafee7ad1dff982363.zip
test_ida: fix missing import
Diffstat (limited to 'example/test_ida.py')
-rw-r--r--example/test_ida.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/test_ida.py b/example/test_ida.py
index 449c630c..2873827c 100644
--- a/example/test_ida.py
+++ b/example/test_ida.py
@@ -7,6 +7,7 @@ sys.path.append("/home/serpilliere/projet/m2_devel/build/lib.linux-x86_64-2.7")
 from miasm2.core.bin_stream import bin_stream_str
 from miasm2.core.asmbloc import *
 from miasm2.expression.simplifications import expr_simp
+from miasm2.expression.expression import *
 
 from miasm2.analysis.data_analysis import intra_bloc_flow_raw, inter_bloc_flow
 from miasm2.analysis.data_analysis import intra_bloc_flow_symbexec