From 0c2b5ebcf567c4ef7649930d3f72a11677220de6 Mon Sep 17 00:00:00 2001 From: serpilliere Date: Mon, 21 Jul 2014 11:38:01 +0200 Subject: X86; fix disasm cb transformation call/pop --- example/asm_x86.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'example') diff --git a/example/asm_x86.py b/example/asm_x86.py index 3637f9ed..fc165da4 100644 --- a/example/asm_x86.py +++ b/example/asm_x86.py @@ -27,6 +27,9 @@ main: SUB ESP, 0x100 MOV EAX, 0x1337 LEA ESI, DWORD PTR [mystr] + CALL toto +toto: + POP EDI MOV ESP, EBP POP EBP RET -- cgit 1.4.1