diff options
| author | Ajax <commial@gmail.com> | 2017-04-05 16:28:54 +0200 |
|---|---|---|
| committer | Ajax <commial@gmail.com> | 2017-04-06 14:26:50 +0200 |
| commit | b535f6e26e354ca61307f8153b862385ba9d2a04 (patch) | |
| tree | 419067643408bed0acc81529791f714150ddf644 /test/test_all.py | |
| parent | dc3a57fd1f0df922056edf087a9ac94c0005cd15 (diff) | |
| download | miasm-b535f6e26e354ca61307f8153b862385ba9d2a04.tar.gz miasm-b535f6e26e354ca61307f8153b862385ba9d2a04.zip | |
Introduce Sandbox.call, for direct function calling
Diffstat (limited to 'test/test_all.py')
| -rwxr-xr-x | test/test_all.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test_all.py b/test/test_all.py index c4463339..f76019c4 100755 --- a/test/test_all.py +++ b/test/test_all.py @@ -626,6 +626,7 @@ for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []), "b", "-a", "0"], [test_armb]), (["arm_sc.py", "0", Example.get_sample("demo_arm_l.bin"), "l", "-a", "0"], [test_arml]), + (["sandbox_call.py", Example.get_sample("md5_arm")], []), ] + [(["sandbox_pe_x86_32.py", Example.get_sample("x86_32_" + name + ".bin")], [test_box[name]]) |