about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rwxr-xr-xexample/samples/md5_ppc32bbin0 -> 68500 bytes
-rwxr-xr-xtest/test_all.py5
2 files changed, 5 insertions, 0 deletions
diff --git a/example/samples/md5_ppc32b b/example/samples/md5_ppc32b
new file mode 100755
index 00000000..dd24b964
--- /dev/null
+++ b/example/samples/md5_ppc32b
Binary files differdiff --git a/test/test_all.py b/test/test_all.py
index 6aa2a97e..259a1eaa 100755
--- a/test/test_all.py
+++ b/test/test_all.py
@@ -547,6 +547,8 @@ testset += ExampleDisasmFull(["x86_64", Example.get_sample("demo_x86_64.bin"),
                               "0x401000"], depends=[test_x86_64])
 testset += ExampleDisasmFull(["aarch64l", Example.get_sample("md5_aarch64l"),
                               "0x400A00"], depends=[test_aarch64l])
+testset += ExampleDisasmFull(["ppc32b", Example.get_sample("md5_ppc32b"),
+                              "0x1000087C"])
 testset += ExampleDisasmFull(["x86_32", os.path.join("..", "..", "test",
                                                      "arch", "x86", "qemu",
                                                      "test-i386"),
@@ -683,6 +685,9 @@ for script, dep in [(["x86_32.py", Example.get_sample("x86_32_sc.bin")], []),
                     (["sandbox_elf_aarch64l.py",
                       Example.get_sample("md5_aarch64l"), "--mimic-env"],
                      []),
+                    (["sandbox_elf_ppc32.py",
+                      Example.get_sample("md5_ppc32b"), "-a", "0x1000087C"],
+                     []),
                     (["msp430.py", Example.get_sample("msp430_sc.bin"), "0"],
                      [test_msp430]),
                     (["mips32.py", Example.get_sample("mips32_sc_l.bin"), "0"],