diff options
Diffstat (limited to 'test')
| -rwxr-xr-x | test/test_all.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index a49f6ff9..1ec49324 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -796,6 +796,11 @@ for jitter in ExampleJitter.jitter_engines: products=[Example.get_sample("box_upx_exe_unupx.bin")], tags=tags.get(jitter, [])) + testset += ExampleJitter(["memory_breakpoint.py", + Example.get_sample("box_upx.exe")] + + ["--jitter", jitter] + + ["-o", "0x401130", "0x100", "--access", "rw"], + tags=tags.get(jitter, [])) for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []), (["arm.py", Example.get_sample("md5_arm"), "--mimic-env"], |