diff options
| -rw-r--r-- | miasm2/arch/mips32/__init__.py | 0 | ||||
| -rw-r--r-- | test/test_all.py | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/miasm2/arch/mips32/__init__.py b/miasm2/arch/mips32/__init__.py new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/miasm2/arch/mips32/__init__.py diff --git a/test/test_all.py b/test/test_all.py index 77bb7ada..4967ed3d 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -66,6 +66,7 @@ all_tests = { ["asm_box_x86_32_mod_self.py"], ["asm_box_x86_32_repmod.py"], ["asm_msp430_sc.py"], + ["asm_mips32.py"], ["disasm_01.py"], ["disasm_02.py"], ["disasm_03.py", "box_upx.exe", "0x410f90"], @@ -84,6 +85,7 @@ all_tests = { ["test_dis.py", "-g", "-s", "-m", "x86_32", "box_x86_32.bin", "0x401000"], ["test_dis.py", "-g", "-s", "-m", "msp430", "msp430_sc.bin", "0"], + ["test_dis.py", "-g", "-s", "-m", "mips32l", "mips32_sc.bin", "0"], ["expression/solve_condition_stp.py", "expression/simple_test.bin"], ], @@ -93,6 +95,7 @@ all_tests = { ["test_jit_x86_32.py", "x86_32_sc.bin"], ["test_jit_arm.py", "md5_arm", "A684"], ["test_jit_msp430.py", "msp430_sc.bin", "0"], + ["test_jit_mips32.py", "mips32_sc.bin", "0"], ["sandbox_pe_x86_32.py", "box_x86_32.bin"], ["sandbox_pe_x86_32.py", "box_x86_32_enc.bin"], ["sandbox_pe_x86_32.py", "box_x86_32_mod.bin"], |