about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--miasm2/os_dep/win_api_x86_32_seh.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/miasm2/os_dep/win_api_x86_32_seh.py b/miasm2/os_dep/win_api_x86_32_seh.py
index 11aca228..cfd83729 100644
--- a/miasm2/os_dep/win_api_x86_32_seh.py
+++ b/miasm2/os_dep/win_api_x86_32_seh.py
@@ -683,3 +683,6 @@ def return_from_seh(jitter):
         #  - ExceptionCollidedUnwind = 3
         raise ValueError("Valid values are ExceptionContinueExecution and "
                          "ExceptionContinueSearch")
+
+    # Jitter's breakpoint compliant
+    return True