Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_lang.h>
Public Attributes | |
const char * | name |
const char * | alias |
const char * | desc |
const char * | license |
const char ** | help |
const char * | ext |
int(* | init )(RzLang *user) |
bool(* | setup )(RzLang *user) |
int(* | fini )(RzLang *user) |
int(* | prompt )(RzLang *user) |
int(* | run )(RzLang *user, const char *code, int len) |
int(* | run_file )(RzLang *user, const char *file) |
int(* | set_argv )(RzLang *user, int argc, char **argv) |
const char* rz_lang_plugin_t::desc |
Definition at line 30 of file rz_lang.h.
Referenced by rz_core_lang_plugin_print(), and rz_hash_bang_details_cb().
const char** rz_lang_plugin_t::help |
Definition at line 32 of file rz_lang.h.
Referenced by rz_lang_prompt().
const char* rz_lang_plugin_t::license |
Definition at line 31 of file rz_lang.h.
Referenced by rz_core_lang_plugin_print(), and rz_hash_bang_details_cb().
const char* rz_lang_plugin_t::name |
Definition at line 28 of file rz_lang.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Detail::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Detail::get_detail_entries_cname(), test_group_name.GroupTest::run(), rz_core_lang_plugin_print(), rz_hash_bang_details_cb(), rz_lang_prompt(), and cmd_descs_generate.CmdDesc::str_tab().
Definition at line 37 of file rz_lang.h.
Referenced by rz_lang_prompt().
Definition at line 38 of file rz_lang.h.
Referenced by rz_lang_run(), and rz_lang_run_file().
Definition at line 39 of file rz_lang.h.
Referenced by rz_lang_run_file().
Definition at line 40 of file rz_lang.h.
Referenced by rz_lang_set_argv().
Definition at line 35 of file rz_lang.h.
Referenced by rz_lang_setup().