From 418d1bb2885c20864696842712a56bd5a0f51ecb Mon Sep 17 00:00:00 2001 From: ajax Date: Mon, 22 Sep 2014 17:48:34 +0200 Subject: WinAPI SEH: Useless and buggy import --- miasm2/jitter/os_dep/win_api_x86_32_seh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/miasm2/jitter/os_dep/win_api_x86_32_seh.py b/miasm2/jitter/os_dep/win_api_x86_32_seh.py index 4136c592..df028e8c 100644 --- a/miasm2/jitter/os_dep/win_api_x86_32_seh.py +++ b/miasm2/jitter/os_dep/win_api_x86_32_seh.py @@ -20,7 +20,6 @@ # import logging from elfesteem import pe_init -from miasm2.jitter.vm_mngr import * from miasm2.jitter.csts import * from miasm2.core.utils import * from miasm2.arch import x86 -- cgit 1.4.1