Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_IPI RzCmdStatus | rz_interpret_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_interpret_output_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_repeat_forward_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_interpret_script_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_interpret_editor_2_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_interpret_pipe_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_interpret_macro_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_interpret_macro_multiple_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus rz_interpret_editor_2_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 58 of file cmd_interpret.c.
References RZ_CMD_STATUS_OK, and rz_core_run_script().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_interpret_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 9 of file cmd_interpret.c.
References argv, free(), rz_cons_t::is_html, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_cons_singleton(), rz_core_cmd(), rz_core_cmd_lastcmd_repeat(), and rz_core_cmd_str().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_interpret_macro_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 68 of file cmd_interpret.c.
References argv, rz_cmd_t::macro, rz_core_t::rcmd, rz_cmd_macro_call(), and RZ_CMD_STATUS_OK.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_interpret_macro_multiple_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 73 of file cmd_interpret.c.
References argv, rz_cmd_t::macro, rz_core_t::rcmd, rz_cmd_macro_call_multiple(), and RZ_CMD_STATUS_OK.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_interpret_output_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 28 of file cmd_interpret.c.
References argv, free(), RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_cmd(), rz_core_cmd_str_pipe(), and cmd_descs_generate::str.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_interpret_pipe_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 63 of file cmd_interpret.c.
References argv, RZ_CMD_STATUS_OK, and rz_core_run_script().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_interpret_script_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 43 of file cmd_interpret.c.
References argv, eprintf, rz_core_t::num, RZ_CMD_STATUS_OK, rz_core_cmd0(), rz_core_run_script(), and rz_num_t::value.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_repeat_forward_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 38 of file cmd_interpret.c.
References RZ_CMD_STATUS_OK, and rz_core_cmd_lastcmd_repeat().
Referenced by rzshell_cmddescs_init().