From 4fcd0faa925d8d33db3622430548e932443d6f02 Mon Sep 17 00:00:00 2001 From: Fabrice Desclaux Date: Fri, 7 Jul 2017 12:20:08 +0200 Subject: Asmblock: rename bloc --- example/disasm/full.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/full.py') diff --git a/example/disasm/full.py b/example/disasm/full.py index 3e35ed6c..ad85f7dc 100644 --- a/example/disasm/full.py +++ b/example/disasm/full.py @@ -121,7 +121,7 @@ while not finish and todo: if ad in done: continue done.add(ad) - allblocks = mdis.dis_multibloc(ad) + allblocks = mdis.dis_multiblock(ad) log.info('func ok %.16x (%d)' % (ad, len(all_funcs))) -- cgit 1.4.1