about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-06-29 08:26:28 +0200
committerAjax <commial@gmail.com>2016-09-01 17:34:50 +0200
commitbb3433682f92fe5a74a89d8984561cd4f2de2120 (patch)
treecd62b3b53e8f2dd8b4175a59367661f2a47f5f99 /test/test_all.py
parent48e3279683c16cb00d7c006b4716781a44d39798 (diff)
downloadmiasm-bb3433682f92fe5a74a89d8984561cd4f2de2120.tar.gz
miasm-bb3433682f92fe5a74a89d8984561cd4f2de2120.zip
Add a regression test for SEH handling
XOR EDX, EDX is used to obtain a 32bits 0 in FS:[0x0], because this is
an ambiguity in Intel representation
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index c3e3c1fb..72975801 100644
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -71,6 +71,7 @@ for script in ["x86/sem.py",
                "x86/unit/mn_pextr.py",
                "x86/unit/mn_pmovmskb.py",
                "x86/unit/mn_pushpop.py",
+               "x86/unit/mn_seh.py",
                "arm/arch.py",
                "arm/sem.py",
                "aarch64/unit/mn_ubfm.py",