From 58f4256ccc3e81f7e01ef2aafee7ad1dff982363 Mon Sep 17 00:00:00 2001 From: serpilliere Date: Wed, 4 Jun 2014 21:36:38 +0200 Subject: test_ida: fix missing import --- example/test_ida.py | 1 + 1 file changed, 1 insertion(+) (limited to 'example') 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 -- cgit 1.4.1