Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | print_insn_detail (insn) |
def | test_class () |
Variables | |
string | MIPS_CODE = b"\x0C\x10\x00\x97\x00\x00\x00\x00\x24\x02\x00\x0c\x8f\xa2\x00\x00\x34\x21\x34\x56" |
string | MIPS_CODE2 = b"\x56\x34\x21\x34\xc2\x17\x01\x00" |
string | MIPS_32R6M = b"\x00\x07\x00\x07\x00\x11\x93\x7c\x01\x8c\x8b\x7c\x00\xc7\x48\xd0" |
string | MIPS_32R6 = b"\xec\x80\x00\x19\x7c\x43\x22\xa0" |
tuple | all_tests |
def test_mips.print_insn_detail | ( | insn | ) |
Definition at line 23 of file test_mips.py.
References len, and xprint.to_x().
Referenced by test_class().
def test_mips.test_class | ( | ) |
tuple test_mips.all_tests |
Definition at line 15 of file test_mips.py.
string test_mips.MIPS_32R6 = b"\xec\x80\x00\x19\x7c\x43\x22\xa0" |
Definition at line 13 of file test_mips.py.
string test_mips.MIPS_32R6M = b"\x00\x07\x00\x07\x00\x11\x93\x7c\x01\x8c\x8b\x7c\x00\xc7\x48\xd0" |
Definition at line 12 of file test_mips.py.
string test_mips.MIPS_CODE = b"\x0C\x10\x00\x97\x00\x00\x00\x00\x24\x02\x00\x0c\x8f\xa2\x00\x00\x34\x21\x34\x56" |
Definition at line 10 of file test_mips.py.
string test_mips.MIPS_CODE2 = b"\x56\x34\x21\x34\xc2\x17\x01\x00" |
Definition at line 11 of file test_mips.py.