Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Variables | |
static const char * | help_msg_equal [] |
static const char * | help_msg_equalh [] |
static const char * | help_msg_equalg [] |
Definition at line 59 of file cmd_remote.c.
References def().
Referenced by rz_equal_g_handler_old(), rz_equal_h_handler_old(), and rz_equal_H_handler_old().
Definition at line 99 of file cmd_remote.c.
References rz_core_t::cmdremote, eprintf, free(), help_msg_equal, input(), rz_core_t::io, rz_cons_printf(), rz_core_cmd_help(), rz_core_rtr_add(), rz_core_rtr_cmd(), rz_core_rtr_list(), rz_core_rtr_pushout(), rz_core_rtr_remove(), rz_core_rtr_session(), rz_equal_g_handler_old(), rz_equal_h_handler_old(), rz_equal_H_handler_old(), RZ_FREE, rz_io_system(), and rz_str_trim_dup().
Definition at line 68 of file cmd_remote.c.
References getArg(), help_msg_equalg, input(), rz_core_cmd_help(), and rz_core_rtr_gdb().
Referenced by rz_cmd_remote(), and rzshell_cmddescs_init().
Definition at line 78 of file cmd_remote.c.
References getArg(), help_msg_equalh, input(), rz_core_cmd_help(), and rz_core_rtr_http().
Referenced by rz_cmd_remote(), and rzshell_cmddescs_init().
Definition at line 88 of file cmd_remote.c.
References getArg(), help_msg_equalh, input(), rz_core_cmd_help(), rz_core_rtr_http(), and rz_str_trim_head_ro().
Referenced by rz_cmd_remote(), rz_core_run_script(), and rzshell_cmddescs_init().
Definition at line 174 of file cmd_remote.c.
References free(), input(), rz_core_t::io, rz_cons_printf(), and rz_io_system().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_add_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 184 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_OK, rz_core_rtr_add(), and rz_str_array_join().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_del_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 191 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_OK, rz_core_rtr_remove(), and rz_str_array_join().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 154 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_rtr_cmd(), rz_core_rtr_list(), and rz_str_array_join().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_mode_disable_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 211 of file cmd_remote.c.
References rz_core_t::cmdremote, RZ_CMD_STATUS_OK, and RZ_FREE.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_mode_enable_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 205 of file cmd_remote.c.
References argv, rz_core_t::cmdremote, RZ_CMD_STATUS_OK, RZ_FREE, and rz_str_trim_dup().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_open_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 198 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_OK, rz_core_rtr_session(), and rz_str_array_join().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_rap_bg_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 224 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_OK, rz_core_rtr_cmd(), rz_str_array_join(), and rz_str_prepend().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_rap_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 216 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_OK, rz_core_rtr_cmd(), rz_str_array_join(), and rz_str_prepend().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_send_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 167 of file cmd_remote.c.
References args, argv, free(), RZ_CMD_STATUS_OK, rz_core_rtr_pushout(), and rz_str_array_join().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_remote_tcp_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 232 of file cmd_remote.c.
References argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_rtr_cmds(), rz_core_rtr_cmds_query(), rz_str_ndup(), and strdup().
Referenced by rzshell_cmddescs_init().
|
static |
Definition at line 9 of file cmd_remote.c.
Referenced by rz_cmd_remote().
|
static |
Definition at line 51 of file cmd_remote.c.
Referenced by rz_equal_g_handler_old().
|
static |
Definition at line 38 of file cmd_remote.c.
Referenced by rz_equal_h_handler_old(), and rz_equal_H_handler_old().