Rizin
unix-like reverse engineering framework and cli tools
|
Go to the source code of this file.
Functions | |
RZ_LIB_VERSION (rz_main) | |
RZ_API RzMain * | rz_main_new (const char *name) |
RZ_API void | rz_main_free (RzMain *m) |
RZ_API int | rz_main_run (RzMain *m, int argc, const char **argv) |
RZ_API int | rz_main_version_print (const char *progname) |
Variables | |
static RzMain | foo [] |
RZ_LIB_VERSION | ( | rz_main | ) |
Definition at line 24 of file main.c.
References foo, i, regress::m, rz_main_t::main, NULL, RZ_NEW0, and strdup().
Referenced by MAIN_NAME().
Definition at line 44 of file main.c.
References argv, regress::m, and rz_return_val_if_fail.
Referenced by MAIN_NAME().
Definition at line 49 of file main.c.
References free(), printf(), progname, rz_str_version(), and s.
Referenced by rax(), rz_main_rizin(), rz_main_rz_asm(), rz_main_rz_bin(), rz_main_rz_diff(), rz_main_rz_find(), rz_main_rz_gg(), rz_main_rz_hash(), rz_main_rz_run(), rz_main_rz_sign(), and showversion().
|
static |
Definition at line 11 of file main.c.
Referenced by esil_peek_some(), esil_poke_some(), gb_get_gbtype(), init(), resolve(), resolveModuleOrdinal(), rz_bin_plugin_add(), rz_bin_xtr_add(), rz_cmd_help(), rz_debug_plugin_add(), rz_egg_add(), rz_egg_include(), rz_egg_mkvar(), rz_lang_add(), rz_main_new(), rz_parse_add(), rz_syscall_get_i(), and xnu_get_pid().