From 2be5050edfdcec81f59e491d4e51c98bc9eec767 Mon Sep 17 00:00:00 2001 From: Aymeric Vincent Date: Thu, 22 Feb 2018 09:27:14 +0100 Subject: Set CALL_FINISH_ADDR to 0x13371acc to be 4 bytes aligned --- miasm2/analysis/sandbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'miasm2/analysis/sandbox.py') diff --git a/miasm2/analysis/sandbox.py b/miasm2/analysis/sandbox.py index 27f08dff..086473b0 100644 --- a/miasm2/analysis/sandbox.py +++ b/miasm2/analysis/sandbox.py @@ -14,7 +14,7 @@ class Sandbox(object): Parent class for Sandbox abstraction """ - CALL_FINISH_ADDR = 0x1337babe + CALL_FINISH_ADDR = 0x13371acc @staticmethod def code_sentinelle(jitter): -- cgit 1.4.1