about summary refs log tree commit diff stats
path: root/example/jitter
diff options
context:
space:
mode:
authorFabrice Desclaux <fabrice.desclaux@cea.fr>2017-07-07 12:20:08 +0200
committerFabrice Desclaux <fabrice.desclaux@cea.fr>2017-07-07 12:43:04 +0200
commit4fcd0faa925d8d33db3622430548e932443d6f02 (patch)
tree245ae1df0ef337cc764a595a6026513536209c88 /example/jitter
parent84d93930af5faee327784bed0646ef4eecf8328b (diff)
downloadmiasm-4fcd0faa925d8d33db3622430548e932443d6f02.tar.gz
miasm-4fcd0faa925d8d33db3622430548e932443d6f02.zip
Asmblock: rename bloc
Diffstat (limited to 'example/jitter')
-rw-r--r--example/jitter/unpack_upx.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/jitter/unpack_upx.py b/example/jitter/unpack_upx.py
index 8160e51b..f9b0aed1 100644
--- a/example/jitter/unpack_upx.py
+++ b/example/jitter/unpack_upx.py
@@ -53,7 +53,7 @@ if options.verbose is True:
 # Ensure there is one and only one leave (for OEP discovering)
 mdis = sb.machine.dis_engine(sb.jitter.bs)
 mdis.dont_dis_nulstart_bloc = True
-ab = mdis.dis_multibloc(sb.entry_point)
+ab = mdis.dis_multiblock(sb.entry_point)
 
 leaves = list(ab.get_bad_blocks_predecessors())
 assert(len(leaves) == 1)