diff options
| author | ajax <devnull@localhost> | 2014-09-22 17:48:34 +0200 |
|---|---|---|
| committer | ajax <devnull@localhost> | 2014-09-22 17:48:34 +0200 |
| commit | 418d1bb2885c20864696842712a56bd5a0f51ecb (patch) | |
| tree | beead4bdbc67ca8ac5f3ae15bf561ba0f779ad8d | |
| parent | 308e7127ab1f67d62d02496aa73385533f8a3e7a (diff) | |
| download | miasm-418d1bb2885c20864696842712a56bd5a0f51ecb.tar.gz miasm-418d1bb2885c20864696842712a56bd5a0f51ecb.zip | |
WinAPI SEH: Useless and buggy import
Diffstat (limited to '')
| -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 |