Rizin
unix-like reverse engineering framework and cli tools
|
#include <stddef.h>
#include <math.h>
#include "rz_cons.h"
#include "rz_core.h"
#include "rz_util.h"
Go to the source code of this file.
Enumerations | |
enum | { RZ_AVATAR_ORANGG , RZ_AVATAR_CYBCAT , RZ_AVATAR_CLIPPY } |
Functions | |
static ut32 | vernum (const char *s) |
static void | cmd_help_exclamation (RzCore *core) |
static void | cmd_help_percent (RzCore *core) |
static const char * | findBreakChar (const char *s) |
static char * | filterFlags (RzCore *core, const char *msg) |
RZ_API const char ** | rz_core_help_vars_get (RzCore *core) |
Returns all the $ variable names in a NULL-terminated array. More... | |
RZ_API void | rz_core_help_vars_print (RzCore *core) |
RZ_API void | rz_core_clippy (RzCore *core, const char *msg) |
RZ_IPI int | rz_cmd_help (void *data, const char *input) |
Variables | |
static const char * | help_msg_percent [] |
static const char * | help_msg_env [] |
static const char * | help_msg_exclamation [] |
static const char * | help_msg_question_e [] |
static const char * | help_msg_question [] |
static const char * | help_msg_question_v [] |
static const char * | help_msg_question_V [] |
static const char * | help_msg_greater_sign [] |
static const char * | avatar_orangg [] |
static const char * | avatar_clippy [] |
static const char * | avatar_clippy_utf8 [] |
static const char * | avatar_cybcat [] |
anonymous enum |
Enumerator | |
---|---|
RZ_AVATAR_ORANGG | |
RZ_AVATAR_CYBCAT | |
RZ_AVATAR_CLIPPY |
Definition at line 351 of file cmd_help.c.
|
static |
Definition at line 211 of file cmd_help.c.
References help_msg_env, help_msg_exclamation, and rz_core_cmd_help().
Referenced by rz_cmd_help().
|
static |
Definition at line 216 of file cmd_help.c.
References help_msg_env, help_msg_percent, and rz_core_cmd_help().
Referenced by rz_cmd_help().
Definition at line 231 of file cmd_help.c.
References test_evm::end, findBreakChar(), free(), msg, NULL, rz_core_t::num, num, PFMT64x, rz_num_math(), rz_str_append(), rz_str_appendlen(), rz_str_newlen(), snprintf, ut64(), and val.
Referenced by rz_cmd_help().
Definition at line 221 of file cmd_help.c.
References rz_name_validate_char(), and s.
Referenced by filterFlags().
Definition at line 419 of file cmd_help.c.
References a, addr, b, bits(), buflen, calloc(), cmd_help_exclamation(), cmd_help_percent(), rz_core_t::curtab, d, rz_num_t::dbz, e, test_evm::end, eprintf, f, rz_core_times_t::file_open_time, filterFlags(), foo, free(), from, rz_num_t::fvalue, rz_print_t::hasrefs, help_msg_at, help_msg_at_at, help_msg_at_at_at, help_msg_question, help_msg_question_e, help_msg_question_v, help_msg_question_V, helpCmdTasks(), i, if(), input(), rz_core_t::io, k, len, list(), rz_core_times_t::loadlibs_init_time, rz_core_times_t::loadlibs_time, malloc(), map(), msg, n, NULL, rz_core_t::num, rz_core_t::offset, out, p, pc, PFMT64d, PFMT64o, PFMT64u, PFMT64x, pj_end(), pj_free(), pj_ki(), pj_ks(), pj_new(), pj_o(), pj_string(), rz_core_t::print, r, ret_ascii_table(), rz_base64_decode(), rz_base64_encode(), rz_cons_any_key(), rz_cons_column(), rz_cons_fgets(), rz_cons_flush(), rz_cons_gotoxy(), rz_cons_is_interactive(), rz_cons_message(), rz_cons_newline(), rz_cons_printf(), rz_cons_println(), rz_cons_set_raw(), rz_cons_set_title(), rz_cons_yesno(), rz_core_clippy(), rz_core_cmd(), rz_core_cmd_help(), rz_core_get_boundaries_prot(), rz_core_help_vars_print(), rz_core_yank_hud_file(), rz_core_yank_hud_path(), rz_core_yank_set_str(), RZ_EMPTY, rz_hex_str2bin(), rz_io_p2v(), rz_io_v2p(), rz_itv_end(), rz_line_set_prompt(), rz_list_free(), rz_list_length(), rz_list_pop_head(), rz_num_as_string(), rz_num_between(), rz_num_conditional(), rz_num_get(), rz_num_math(), rz_num_rand(), rz_num_str_split_list(), rz_num_to_bits(), rz_num_to_trits(), rz_num_units(), rz_print_progressbar(), rz_str_bits(), rz_str_bits64(), rz_str_bool(), rz_str_djb2_hash(), rz_str_trim_head_ro(), rz_str_unescape(), rz_str_version(), rz_strf, RZ_SYS_ARCH, RZ_SYS_BITS, RZ_SYS_OS, rz_time_now_mono(), RZ_USEC_PER_SEC, RZ_VERSION, RZ_VERSION_MAJOR, RZ_VERSION_MINOR, RZ_VERSION_NUMBER, RZ_VERSION_PATCH, s, snprintf, st16, st32, st64, st8, start, step(), cmd_descs_generate::str, strdup(), rz_core_t::times, autogen_x86imm::tmp, to, rz_print_t::user, UT16_MAX, UT32_MAX, ut64(), UT64_MAX, UT8_MAX, v, rz_num_t::value, vernum(), and x.
Referenced by rz_core_cmd_init(), and rzshell_cmddescs_init().
Definition at line 385 of file cmd_help.c.
References avatar_clippy, avatar_clippy_utf8, avatar_cybcat, avatar_orangg, rz_core_t::config, f, free(), msg, RZ_ARRAY_SIZE, RZ_AVATAR_CLIPPY, RZ_AVATAR_CYBCAT, RZ_AVATAR_ORANGG, rz_config_get_i(), rz_cons_printf(), rz_num_rand(), rz_str_len_utf8(), rz_str_pad(), rz_str_repeat(), s, strdup(), and type.
Referenced by rz_cmd_help(), and rz_core_fortune_print_random().
Returns all the $ variable names in a NULL-terminated array.
Definition at line 360 of file cmd_help.c.
References NULL.
Referenced by autocmplt_cmd_arg_help_var(), and rz_core_help_vars_print().
Definition at line 370 of file cmd_help.c.
References rz_core_t::config, eprintf, i, rz_core_t::num, pad(), PFMT64x, rz_config_get_i(), rz_core_help_vars_get(), rz_num_math(), and rz_str_pad().
Referenced by rz_cmd_help(), and rz_core_visual_config().
Definition at line 10 of file cmd_help.c.
References a, free(), rz_str_replace(), s, and strdup().
Referenced by rz_cmd_help().
|
static |
Definition at line 285 of file cmd_help.c.
Referenced by rz_core_clippy().
|
static |
Definition at line 309 of file cmd_help.c.
Referenced by rz_core_clippy().
|
static |
Definition at line 333 of file cmd_help.c.
Referenced by rz_core_clippy().
|
static |
Definition at line 273 of file cmd_help.c.
Referenced by rz_core_clippy().
|
static |
Definition at line 37 of file cmd_help.c.
Referenced by cmd_help_exclamation(), and cmd_help_percent().
|
static |
Definition at line 55 of file cmd_help.c.
Referenced by cmd_help_exclamation().
|
static |
Definition at line 201 of file cmd_help.c.
Referenced by rz_core_cmd_subst_i().
|
static |
Definition at line 25 of file cmd_help.c.
Referenced by cmd_help_percent().
|
static |
Definition at line 82 of file cmd_help.c.
Referenced by rz_cmd_help().
|
static |
Definition at line 72 of file cmd_help.c.
Referenced by rz_cmd_help().
|
static |
Definition at line 132 of file cmd_help.c.
Referenced by rz_cmd_help().
|
static |
Definition at line 188 of file cmd_help.c.
Referenced by rz_cmd_help().