Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
bool | showstr |
bool | rad |
bool | identify |
bool | import |
bool | symbol |
bool | quiet |
bool | hexstr |
bool | widestr |
bool | nonstop |
bool | json |
int | mode |
int | align |
ut8 * | buf |
ut64 | bsize |
ut64 | from |
ut64 | to |
ut64 | cur |
RzPrint * | pr |
RzList * | keywords |
const char * | mask |
const char * | curfile |
const char * | comma |
int RzfindOptions::align |
Definition at line 30 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
ut64 RzfindOptions::bsize |
Definition at line 32 of file rz-find.c.
Referenced by hit(), rz_main_rz_find(), rzfind_open_file(), and rzfind_options_init().
ut8* RzfindOptions::buf |
Definition at line 31 of file rz-find.c.
Referenced by hit(), rzfind_open_file(), and rzfind_options_fini().
ut64 RzfindOptions::cur |
Definition at line 35 of file rz-find.c.
Referenced by hit(), rzfind_open_file(), and rzfind_options_fini().
const char* RzfindOptions::curfile |
Definition at line 39 of file rz-find.c.
Referenced by hit(), and rzfind_open_file().
ut64 RzfindOptions::from |
Definition at line 33 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
bool RzfindOptions::hexstr |
Definition at line 25 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
bool RzfindOptions::identify |
Definition at line 21 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
bool RzfindOptions::import |
Definition at line 22 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
bool RzfindOptions::json |
Definition at line 28 of file rz-find.c.
Referenced by hit(), rz_main_rz_find(), and rzfind_open_file().
RzList* RzfindOptions::keywords |
Definition at line 37 of file rz-find.c.
Referenced by rz_main_rz_find(), rzfind_open_file(), and rzfind_options_init().
const char* RzfindOptions::mask |
Definition at line 38 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
int RzfindOptions::mode |
Definition at line 29 of file rz-find.c.
Referenced by test_group_name.GroupTest::run(), rz_main_rz_find(), rzfind_open_file(), and rzfind_options_init().
bool RzfindOptions::nonstop |
Definition at line 27 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
RzPrint* RzfindOptions::pr |
Definition at line 36 of file rz-find.c.
Referenced by hit(), and rz_main_rz_find().
bool RzfindOptions::quiet |
Definition at line 24 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
bool RzfindOptions::rad |
Definition at line 20 of file rz-find.c.
Referenced by hit(), and rz_main_rz_find().
bool RzfindOptions::showstr |
Definition at line 19 of file rz-find.c.
Referenced by hit(), and rz_main_rz_find().
bool RzfindOptions::symbol |
Definition at line 23 of file rz-find.c.
Referenced by rz_main_rz_find(), and rzfind_open_file().
ut64 RzfindOptions::to |
Definition at line 34 of file rz-find.c.
Referenced by rz_main_rz_find(), rzfind_open_file(), and rzfind_options_init().
bool RzfindOptions::widestr |
Definition at line 26 of file rz-find.c.
Referenced by hit(), rz_main_rz_find(), and rzfind_open_file().