about summary refs log tree commit diff stats
path: root/example/asm_box_x86_32_enc.py
diff options
context:
space:
mode:
Diffstat (limited to 'example/asm_box_x86_32_enc.py')
-rw-r--r--example/asm_box_x86_32_enc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/example/asm_box_x86_32_enc.py b/example/asm_box_x86_32_enc.py
index 7f1ef7ec..b06fa1ea 100644
--- a/example/asm_box_x86_32_enc.py
+++ b/example/asm_box_x86_32_enc.py
@@ -87,7 +87,7 @@ print "symbols"
 print symbol_pool
 
 resolved_b, patches = asmbloc.asm_resolve_final(
-    mn_x86, 32, blocs[0], symbol_pool)
+    mn_x86, blocs[0], symbol_pool)
 print patches
 
 ad_start = symbol_pool.getby_name_create("msgbox_encrypted_start").offset