From 7c98de47f759e98fafab5e203e1f2d13e559f2cc Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 7 Jul 2017 08:17:30 +0200 Subject: IR: rename add_bloc --- example/symbol_exec/single_instr.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/symbol_exec/single_instr.py') diff --git a/example/symbol_exec/single_instr.py b/example/symbol_exec/single_instr.py index c31de738..1d520d3a 100644 --- a/example/symbol_exec/single_instr.py +++ b/example/symbol_exec/single_instr.py @@ -18,7 +18,7 @@ asm_block = mdis.dis_bloc(START_ADDR) # Translate ASM -> IR ira = machine.ira(mdis.symbol_pool) -ira.add_bloc(asm_block) +ira.add_block(asm_block) # Instanciate a Symbolic Execution engine with default value for registers ## EAX = EAX_init, ... -- cgit 1.4.1