Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | to_hex (s) |
def | test_cs_disasm_quick () |
Variables | |
string | CODE32 = b"\x48\x01\x05\x15" |
int | _python3 = 3 |
tuple | all_tests |
def ppcbranch.test_cs_disasm_quick | ( | ) |
Definition at line 42 of file ppcbranch.py.
References capstone.cs_disasm_lite(), and to_hex().
def ppcbranch.to_hex | ( | s | ) |
|
private |
Definition at line 28 of file ppcbranch.py.
tuple ppcbranch.all_tests |
Definition at line 30 of file ppcbranch.py.
string ppcbranch.CODE32 = b"\x48\x01\x05\x15" |
Definition at line 9 of file ppcbranch.py.