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/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/disasm/function.py') diff --git a/example/disasm/function.py b/example/disasm/function.py index 1fe1754f..89f65abb 100644 --- a/example/disasm/function.py +++ b/example/disasm/function.py @@ -8,7 +8,7 @@ from miasm2.arch.x86.disasm import dis_x86_32 # RET shellcode = '\xb8\xef\xbe7\x13\xb9\x04\x00\x00\x00\xc1\xc0\x08\xe2\xfb\xc3' mdis = dis_x86_32(shellcode) -blocks = mdis.dis_multibloc(0) +blocks = mdis.dis_multiblock(0) for block in blocks: print block -- cgit 1.4.1