Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_getopt.h>
Public Attributes | |
int | err |
int | ind |
int | opt |
int | reset |
const char * | arg |
int | argc |
const char ** | argv |
const char * | ostr |
Definition at line 10 of file rz_getopt.h.
const char* rz_getopt_t::arg |
Definition at line 15 of file rz_getopt.h.
Referenced by hash_parse_cmdline(), rz_diff_parse_arguments(), rz_getopt_init(), rz_getopt_next(), rz_main_rizin(), rz_main_rz_agent(), rz_main_rz_asm(), rz_main_rz_bin(), rz_main_rz_find(), rz_main_rz_gg(), rz_main_rz_sign(), rz_test_main(), and windbg_open().
int rz_getopt_t::argc |
Definition at line 17 of file rz_getopt.h.
Referenced by rz_getopt_init(), rz_getopt_next(), and windbg_open().
const char** rz_getopt_t::argv |
Definition at line 18 of file rz_getopt.h.
Referenced by rz_getopt_init(), rz_getopt_next(), rz_main_rizin(), and rz_main_rz_asm().
int rz_getopt_t::err |
Definition at line 11 of file rz_getopt.h.
Referenced by rz_getopt_init(), and rz_getopt_next().
int rz_getopt_t::ind |
Definition at line 12 of file rz_getopt.h.
Referenced by has_file_arg(), hash_parse_cmdline(), rz_diff_parse_arguments(), rz_getopt_init(), rz_getopt_next(), rz_main_rizin(), rz_main_rz_agent(), rz_main_rz_asm(), rz_main_rz_bin(), rz_main_rz_find(), rz_main_rz_gg(), rz_main_rz_sign(), rz_test_main(), and windbg_open().
int rz_getopt_t::opt |
Definition at line 13 of file rz_getopt.h.
Referenced by rz_getopt_init(), rz_getopt_next(), and rz_main_rizin().
const char* rz_getopt_t::ostr |
Definition at line 19 of file rz_getopt.h.
Referenced by rz_getopt_init(), and rz_getopt_next().
int rz_getopt_t::reset |
Definition at line 14 of file rz_getopt.h.
Referenced by rz_getopt_init(), and rz_getopt_next().