From e653d822b5a2efc5531c8e153305769a6ab17713 Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 6 Jan 2017 13:02:14 +0100 Subject: Test/jitter for each jitter engine --- test/jitter/vm_mngr.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/jitter/vm_mngr.py') diff --git a/test/jitter/vm_mngr.py b/test/jitter/vm_mngr.py index b2b7336b..87bc6f8f 100644 --- a/test/jitter/vm_mngr.py +++ b/test/jitter/vm_mngr.py @@ -1,7 +1,8 @@ +import sys from miasm2.jitter.csts import PAGE_READ, PAGE_WRITE from miasm2.analysis.machine import Machine -myjit = Machine("x86_32").jitter() +myjit = Machine("x86_32").jitter(sys.argv[1]) base_addr = 0x13371337 page_size = 0x1000 -- cgit 1.4.1