Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_core.h>
Go to the source code of this file.
RZ_IPI RzCmdStatus rz_plugins_asm_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 19 of file cmd_plugins.c.
References NULL, and rz_core_asm_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_bin_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 38 of file cmd_plugins.c.
References rz_core_t::bin, and rz_core_bin_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_core_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 23 of file cmd_plugins.c.
References rz_core_core_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_debug_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 27 of file cmd_plugins.c.
References argv, rz_core_t::config, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_config_set(), and rz_core_debug_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_hash_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 34 of file cmd_plugins.c.
References rz_core_t::hash, and rz_core_hash_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_io_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 42 of file cmd_plugins.c.
References argv, rz_core_t::io, rz_core_t::lib, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_core_io_plugins_print(), rz_lib_open(), and RZ_LOG_ERROR.
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_lang_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 15 of file cmd_plugins.c.
References rz_core_t::lang, and rz_core_lang_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_load_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 7 of file cmd_plugins.c.
References argv, rz_core_t::lib, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_lib_open(), and rz_str_trim_head_ro().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_parser_print_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv, | ||
RzCmdStateOutput * | state | ||
) |
Definition at line 53 of file cmd_plugins.c.
References rz_core_t::parser, and rz_core_parser_plugins_print().
Referenced by rzshell_cmddescs_init().
RZ_IPI RzCmdStatus rz_plugins_unload_handler | ( | RzCore * | core, |
int | argc, | ||
const char ** | argv | ||
) |
Definition at line 11 of file cmd_plugins.c.
References argv, rz_core_t::lib, RZ_CMD_STATUS_ERROR, RZ_CMD_STATUS_OK, rz_lib_close(), and rz_str_trim_head_ro().
Referenced by rzshell_cmddescs_init().