Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | print_insn_detail (insn) |
def | test_class () |
Variables | |
string | PPC_CODE = b"\x43\x20\x0c\x07\x41\x56\xff\x17\x80\x20\x00\x00\x80\x3f\x00\x00\x10\x43\x23\x0e\xd0\x44\x00\x80\x4c\x43\x22\x02\x2d\x03\x00\x80\x7c\x43\x20\x14\x7c\x43\x20\x93\x4f\x20\x00\x21\x4c\xc8\x00\x21\x40\x82\x00\x14" |
string | PPC_CODE2 = b"\x10\x60\x2a\x10\x10\x64\x28\x88\x7c\x4a\x5d\x0f" |
tuple | all_tests |
def test_ppc.print_insn_detail | ( | insn | ) |
Definition at line 18 of file test_ppc.py.
References len, and xprint.to_x_32().
Referenced by test_class().
def test_ppc.test_class | ( | ) |
tuple test_ppc.all_tests |
Definition at line 12 of file test_ppc.py.
string test_ppc.PPC_CODE = b"\x43\x20\x0c\x07\x41\x56\xff\x17\x80\x20\x00\x00\x80\x3f\x00\x00\x10\x43\x23\x0e\xd0\x44\x00\x80\x4c\x43\x22\x02\x2d\x03\x00\x80\x7c\x43\x20\x14\x7c\x43\x20\x93\x4f\x20\x00\x21\x4c\xc8\x00\x21\x40\x82\x00\x14" |
Definition at line 9 of file test_ppc.py.
string test_ppc.PPC_CODE2 = b"\x10\x60\x2a\x10\x10\x64\x28\x88\x7c\x4a\x5d\x0f" |
Definition at line 10 of file test_ppc.py.