Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
static int | __rap_step (RzDebug *dbg) |
static int | __rap_reg_read (RzDebug *dbg, int type, ut8 *buf, int size) |
static int | __rap_reg_write (RzDebug *dbg, int type, const ut8 *buf, int size) |
static int | __rap_continue (RzDebug *dbg, int pid, int tid, int sig) |
static RzDebugReasonType | __rap_wait (RzDebug *dbg, int pid) |
static int | __rap_attach (RzDebug *dbg, int pid) |
static int | __rap_detach (RzDebug *dbg, int pid) |
static char * | __rap_reg_profile (RzDebug *dbg) |
static int | __rap_breakpoint (RzBreakpoint *bp, RzBreakpointItem *b, bool set) |
Variables | |
RzDebugPlugin | rz_debug_plugin_rap |
RZ_API RzLibStruct | rizin_plugin |
Definition at line 31 of file debug_rap.c.
References d, dbg, rz_io_t::desc, eprintf, rz_io_bind_t::io, and rz_debug_t::iob.
|
static |
Definition at line 63 of file debug_rap.c.
Definition at line 21 of file debug_rap.c.
References dbg, rz_io_bind_t::io, rz_debug_t::iob, and rz_io_system().
Definition at line 44 of file debug_rap.c.
|
static |
Definition at line 51 of file debug_rap.c.
References dbg, fd, free(), rz_io_bind_t::io, rz_debug_t::iob, NULL, out, rz_cons_flush(), rz_cons_pipe_close(), rz_cons_pipe_open(), rz_file_rm(), rz_file_slurp(), rz_file_temp(), and rz_io_system().
Definition at line 12 of file debug_rap.c.
References dbg, rz_io_bind_t::io, rz_debug_t::iob, and rz_io_system().
Definition at line 17 of file debug_rap.c.
Definition at line 7 of file debug_rap.c.
References dbg, rz_io_bind_t::io, rz_debug_t::iob, and rz_io_system().
|
static |
RZ_API RzLibStruct rizin_plugin |
Definition at line 87 of file debug_rap.c.
RzDebugPlugin rz_debug_plugin_rap |
Definition at line 68 of file debug_rap.c.