Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_IPI RzCmdStatus | rz_yank_handler (RzCore *core, int argc, const char **argv, RzCmdStateOutput *state) |
RZ_IPI RzCmdStatus | rz_yank_editor_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_file_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_whole_file_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_print_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_string_print_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_hex_print_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_string_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_to_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_hexpairs_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus | rz_yank_paste_handler (RzCore *core, int argc, const char **argv) |
RZ_IPI RzCmdStatus rz_yank_editor_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 22 of file cmd_yank.c.
References free(), NULL, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_editor(), rz_core_yank_as_string(), rz_core_yank_hexpair(), and src.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_file_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 42 of file cmd_yank.c.
References argv, len, rz_core_t::num, rz_core_t::offset, RZ_CMD_STATUS_ERROR, rz_core_yank_file(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 8 of file cmd_yank.c.
References argv, len, rz_core_t::num, rz_core_t::offset, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_yank(), rz_core_yank_dump(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_hex_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 73 of file cmd_yank.c.
References argv, bool2status(), len, rz_core_t::num, RZ_CMD_STATUS_ERROR, rz_core_yank_print_hexdump(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_hexpairs_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 101 of file cmd_yank.c.
References argv, bool2status(), and rz_core_yank_hexpair().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_paste_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 105 of file cmd_yank.c.
References argv, bool2status(), len, rz_core_t::num, rz_core_t::offset, RZ_CMD_STATUS_ERROR, rz_core_yank_paste(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 55 of file cmd_yank.c.
References argv, bool2status(), len, rz_core_t::num, RZ_CMD_STATUS_ERROR, rz_core_yank_print(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_string_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 82 of file cmd_yank.c.
References argv, bool2status(), len, rz_core_t::num, rz_core_t::offset, RZ_CMD_STATUS_ERROR, rz_core_yank_string(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_string_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 64 of file cmd_yank.c.
References argv, bool2status(), len, rz_core_t::num, RZ_CMD_STATUS_ERROR, rz_core_yank_print_string(), RZ_LOG_ERROR, rz_num_math(), and st64.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_to_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 91 of file cmd_yank.c.
References addr, argv, bool2status(), len, rz_core_t::num, RZ_CMD_STATUS_ERROR, rz_core_yank_to(), RZ_LOG_ERROR, rz_num_math(), st64, and ut64().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_yank_whole_file_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 51 of file cmd_yank.c.
References argv, and rz_core_yank_file_all().
Referenced by rzshell_cmddescs_init().