Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | print_insn_detail (insn) |
def | test_class () |
Variables | |
string | ARM_CODE = b"\x86\x48\x60\xf4\xED\xFF\xFF\xEB\x04\xe0\x2d\xe5\x00\x00\x00\x00\xe0\x83\x22\xe5\xf1\x02\x03\x0e\x00\x00\xa0\xe3\x02\x30\xc1\xe7\x00\x00\x53\xe3\x00\x02\x01\xf1\x05\x40\xd0\xe8\xf4\x80\x00\x00" |
string | ARM_CODE2 = b"\xd1\xe8\x00\xf0\xf0\x24\x04\x07\x1f\x3c\xf2\xc0\x00\x00\x4f\xf0\x00\x01\x46\x6c" |
string | THUMB_CODE = b"\x70\x47\x00\xf0\x10\xe8\xeb\x46\x83\xb0\xc9\x68\x1f\xb1\x30\xbf\xaf\xf3\x20\x84\x52\xf8\x23\xf0" |
string | THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0\x18\xbf\xad\xbf\xf3\xff\x0b\x0c\x86\xf3\x00\x89\x80\xf3\x00\x8c\x4f\xfa\x99\xf6\xd0\xff\xa2\x01" |
string | THUMB_MCLASS = b"\xef\xf3\x02\x80" |
string | ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" |
tuple | all_tests |
def test_arm.print_insn_detail | ( | insn | ) |
Definition at line 28 of file test_arm.py.
References len, and xprint.to_x_32().
Referenced by test_class().
def test_arm.test_class | ( | ) |
tuple test_arm.all_tests |
Definition at line 18 of file test_arm.py.
Referenced by TestArm.main(), TestArm64.main(), TestM680x.main(), TestMips.main(), TestPpc.main(), TestSparc.main(), TestSystemz.main(), TestX86.main(), and TestXcore.main().
string test_arm.ARM_CODE = b"\x86\x48\x60\xf4\xED\xFF\xFF\xEB\x04\xe0\x2d\xe5\x00\x00\x00\x00\xe0\x83\x22\xe5\xf1\x02\x03\x0e\x00\x00\xa0\xe3\x02\x30\xc1\xe7\x00\x00\x53\xe3\x00\x02\x01\xf1\x05\x40\xd0\xe8\xf4\x80\x00\x00" |
Definition at line 11 of file test_arm.py.
string test_arm.ARM_CODE2 = b"\xd1\xe8\x00\xf0\xf0\x24\x04\x07\x1f\x3c\xf2\xc0\x00\x00\x4f\xf0\x00\x01\x46\x6c" |
Definition at line 12 of file test_arm.py.
string test_arm.ARMV8 = b"\xe0\x3b\xb2\xee\x42\x00\x01\xe1\x51\xf0\x7f\xf5" |
Definition at line 16 of file test_arm.py.
string test_arm.THUMB_CODE = b"\x70\x47\x00\xf0\x10\xe8\xeb\x46\x83\xb0\xc9\x68\x1f\xb1\x30\xbf\xaf\xf3\x20\x84\x52\xf8\x23\xf0" |
Definition at line 13 of file test_arm.py.
string test_arm.THUMB_CODE2 = b"\x4f\xf0\x00\x01\xbd\xe8\x00\x88\xd1\xe8\x00\xf0\x18\xbf\xad\xbf\xf3\xff\x0b\x0c\x86\xf3\x00\x89\x80\xf3\x00\x8c\x4f\xfa\x99\xf6\xd0\xff\xa2\x01" |
Definition at line 14 of file test_arm.py.
string test_arm.THUMB_MCLASS = b"\xef\xf3\x02\x80" |
Definition at line 15 of file test_arm.py.