|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_cmd.h>
Public Attributes | |
| int | argc |
| char ** | argv |
| bool | has_space_after_cmd |
| char * | extra |
| Extra data that is neither a command name nor an argument (e.g. command modifiers/specifiers, table queries, etc.) More... | |
argc/argv data created from parsing the input command string.
| int rz_cmd_parsed_args_t::argc |
Definition at line 117 of file rz_cmd.h.
Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), and rz_cmd_parsed_args_new().
| char** rz_cmd_parsed_args_t::argv |
Definition at line 118 of file rz_cmd.h.
Referenced by rz_cmd_parsed_args_new().
| char* rz_cmd_parsed_args_t::extra |
Extra data that is neither a command name nor an argument (e.g. command modifiers/specifiers, table queries, etc.)
Definition at line 120 of file rz_cmd.h.
Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL().
| bool rz_cmd_parsed_args_t::has_space_after_cmd |
Definition at line 119 of file rz_cmd.h.
Referenced by DEFINE_HANDLE_TS_FCN_AND_SYMBOL(), and rz_cmd_parsed_args_new().