Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static int | __io_step (RzDebug *dbg) |
static int | __io_step_over (RzDebug *dbg) |
static RzList * | __io_maps (RzDebug *dbg) |
static RzDebugReasonType | __io_wait (RzDebug *dbg, int pid) |
static int | __io_attach (RzDebug *dbg, int pid) |
static char * | __io_reg_profile (RzDebug *dbg) |
static int | __reg_read (RzDebug *dbg, int type, ut8 *buf, int size) |
static int | __io_continue (RzDebug *dbg, int pid, int tid, int sig) |
static bool | __io_kill (RzDebug *dbg, int pid, int tid, int sig) |
Variables | |
RzDebugPlugin | rz_debug_plugin_io |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 72 of file debug_io.c.
Definition at line 127 of file debug_io.c.
References dbg, rz_io_bind_t::io, rz_debug_t::iob, rz_cons_flush(), and rz_io_bind_t::system.
Definition at line 134 of file debug_io.c.
References cmd, dbg, rz_io_bind_t::io, rz_debug_t::iob, rz_cons_flush(), sdb_fmt(), and rz_io_bind_t::system.
Definition at line 17 of file debug_io.c.
References dbg, free(), rz_io_bind_t::io, rz_debug_t::iob, list(), map(), NULL, PFMT64x, rz_cons_reset(), rz_debug_map_new(), rz_list_append(), rz_list_free(), rz_list_new(), rz_str_rwx(), sp, cmd_descs_generate::str, rz_io_bind_t::system, and ut64().
|
static |
Definition at line 77 of file debug_io.c.
References rz_debug_t::analysis, dbg, free(), rz_io_bind_t::io, rz_debug_t::iob, rz_analysis_get_reg_profile(), rz_cons_get_buffer_dup(), rz_cons_pop(), rz_cons_push(), RZ_STR_ISNOTEMPTY, and rz_io_bind_t::system.
Definition at line 7 of file debug_io.c.
References dbg, free(), rz_io_bind_t::io, rz_debug_t::iob, and rz_io_bind_t::system.
Definition at line 12 of file debug_io.c.
References dbg, free(), rz_io_bind_t::io, rz_debug_t::iob, and rz_io_bind_t::system.
|
static |
Definition at line 94 of file debug_io.c.
References calloc(), dbg, eprintf, free(), rz_io_bind_t::io, rz_debug_t::iob, memcpy(), rz_cons_get_buffer_dup(), rz_cons_reset(), rz_hex_str2bin(), RZ_MIN, RZ_STR_ISEMPTY, rz_str_trim(), and rz_io_bind_t::system.
RZ_API RzLibStruct rizin_plugin |
Definition at line 166 of file debug_io.c.
RzDebugPlugin rz_debug_plugin_io |
Definition at line 141 of file debug_io.c.