From 24ce193b8bad352853a9c5589f6fdcf5177d5466 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Wed, 26 Aug 2020 14:36:46 +0200 Subject: Update api according to loc_db update --- example/expression/asm_to_ir.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/expression/asm_to_ir.py') diff --git a/example/expression/asm_to_ir.py b/example/expression/asm_to_ir.py index edc23437..8ecc4f24 100644 --- a/example/expression/asm_to_ir.py +++ b/example/expression/asm_to_ir.py @@ -40,7 +40,7 @@ for block in asmcfg.blocks: print("symbols:") print(loc_db) -patches = asmblock.asm_resolve_final(mn_x86, asmcfg, loc_db) +patches = asmblock.asm_resolve_final(mn_x86, asmcfg) # Translate to IR ir_arch = ir_a_x86_32(loc_db) -- cgit 1.4.1