about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorserpilliere <serpilliere@users.noreply.github.com>2023-04-23 21:24:51 +0200
committerGitHub <noreply@github.com>2023-04-23 21:24:51 +0200
commit49ec4bc9a90391bc796ac6940a6d9b77deb17ac9 (patch)
tree1a890a007c103e643ffe4e1b13caada32c901ef9 /test/test_all.py
parent230d528c50d8a2870a89011fc1e660fcab4910ff (diff)
parentb66becdead10f0bb2aa009dda61c422e79c567fe (diff)
downloadmiasm-49ec4bc9a90391bc796ac6940a6d9b77deb17ac9.tar.gz
miasm-49ec4bc9a90391bc796ac6940a6d9b77deb17ac9.zip
Merge pull request #1448 from cea-sec/generic-unpack
Generic import recovery (cheap ImpRec style)
Diffstat (limited to 'test/test_all.py')
-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 591f3d8e..85ebb31f 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -800,6 +800,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] +