From 1b3fcbdda83d6f248a11de30aaa7cfbf1f775b2e Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Mon, 13 Mar 2017 14:19:44 +0100 Subject: Core/asmbloc: move asmbloc to asmblock --- example/ida/graph_ir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/ida/graph_ir.py') diff --git a/example/ida/graph_ir.py b/example/ida/graph_ir.py index 250eebfc..3aac0281 100644 --- a/example/ida/graph_ir.py +++ b/example/ida/graph_ir.py @@ -5,7 +5,7 @@ import tempfile from idaapi import GraphViewer from miasm2.core.bin_stream_ida import bin_stream_ida -from miasm2.core.asmbloc import * +from miasm2.core.asmblock import * from miasm2.expression.simplifications import expr_simp from miasm2.expression.expression import * from miasm2.analysis.data_analysis import inter_bloc_flow, \ -- cgit 1.4.1