From 33d7ab0350d44ae7916264bec54b8fac3f2a9ab2 Mon Sep 17 00:00:00 2001 From: Ajax Date: Tue, 26 Apr 2016 17:47:38 +0200 Subject: Python jitter: enable segmentation support --- miasm2/jitter/jitcore_python.py | 1 + 1 file changed, 1 insertion(+) (limited to 'miasm2/jitter/jitcore_python.py') diff --git a/miasm2/jitter/jitcore_python.py b/miasm2/jitter/jitcore_python.py index eced9cd2..e1e62816 100644 --- a/miasm2/jitter/jitcore_python.py +++ b/miasm2/jitter/jitcore_python.py @@ -19,6 +19,7 @@ class JitCore_Python(jitcore.JitCore): # CPU (None for now) will be set by the "jitted" Python function self.symbexec = EmulatedSymbExec(None, self.ir_arch, {}) + self.symbexec.enable_emulated_simplifications() def load(self): "Preload symbols according to current architecture" -- cgit 1.4.1