Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | print_insn (md, code) |
def | test () |
Variables | |
string | X86_CODE32 = b"\x75\x01" |
def test_customized_mnem.print_insn | ( | md, | |
code | |||
) |
Definition at line 14 of file test_customized_mnem.py.
References xprint.to_hex().
Referenced by test().
def test_customized_mnem.test | ( | ) |
Definition at line 21 of file test_customized_mnem.py.
References print_insn().
Referenced by main(), and rz_test_run_test().
string test_customized_mnem.X86_CODE32 = b"\x75\x01" |
Definition at line 11 of file test_customized_mnem.py.