Rizin
unix-like reverse engineering framework and cli tools
|
Functions | |
def | walk_back_until (addr, pattern, min_addr) |
def | carve_trap_num (addr, flag) |
def | beautify_name (name) |
def | carve_traps () |
Variables | |
r = rzpipe.open() | |
def | traps = carve_traps() |
def machtraps.beautify_name | ( | name | ) |
def machtraps.carve_trap_num | ( | addr, | |
flag | |||
) |
Definition at line 41 of file machtraps.py.
References int, cmd_descs_generate.str, and walk_back_until().
Referenced by carve_traps().
def machtraps.carve_traps | ( | ) |
def machtraps.walk_back_until | ( | addr, | |
pattern, | |||
min_addr | |||
) |
Definition at line 26 of file machtraps.py.
References cmd_descs_generate.str.
Referenced by carve_trap_num().
machtraps.r = rzpipe.open() |
Definition at line 23 of file machtraps.py.
def machtraps.traps = carve_traps() |
Definition at line 98 of file machtraps.py.