about summary refs log tree commit diff stats
path: root/test
diff options
context:
space:
mode:
authorCamille Mougey <commial@gmail.com>2023-04-23 15:41:00 +0200
committerCamille Mougey <commial@gmail.com>2023-04-23 16:34:34 +0200
commitb66becdead10f0bb2aa009dda61c422e79c567fe (patch)
tree9e522a4e4e3dc94888332e822a76731e0718e8a5 /test
parent0aed13542b9a51cfa2eca15ee4b2476fda71363c (diff)
downloadmiasm-b66becdead10f0bb2aa009dda61c422e79c567fe.tar.gz
miasm-b66becdead10f0bb2aa009dda61c422e79c567fe.zip
Add a sandbox example using the ImpRec strategy
Diffstat (limited to '')
-rwxr-xr-xtest/test_all.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py
index 2d078bf1..2d7a11f4 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -799,6 +799,12 @@ for jitter in ExampleJitter.jitter_engines:
                              products=[Example.get_sample("box_upx_exe_unupx.bin")],
                              tags=tags.get(jitter, []))
 
+    testset += ExampleJitter(["unpack_generic.py",
+                              Example.get_sample("box_upx.exe")] +
+                             ["--jitter", jitter, "-o"],
+                             products=[Example.get_sample("box_upx.exe.dump")],
+                             tags=tags.get(jitter, []))
+
     testset += ExampleJitter(["memory_breakpoint.py",
                               Example.get_sample("box_upx.exe")] +
                              ["--jitter", jitter] +