diff options
| -rw-r--r-- | miasm2/jitter/os_dep/win_api_x86_32_seh.py | 1 |
1 files changed, 0 insertions, 1 deletions
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 |