Rizin
unix-like reverse engineering framework and cli tools
|
Public Attributes | |
RzFlag * | f |
PJ * | pj |
bool | in_range |
ut64 | range_from |
ut64 | range_to |
RzSpace * | fs |
bool | real |
RzFlag* print_flag_t::f |
Definition at line 11 of file cflag.c.
Referenced by flag_print(), print_flag_orig_name(), and rz_core_flag_real_name_print().
RzSpace* print_flag_t::fs |
Definition at line 16 of file cflag.c.
Referenced by print_flag_rizin().
bool print_flag_t::in_range |
Definition at line 13 of file cflag.c.
Referenced by flag_print(), print_flag_json(), print_flag_orig_name(), and print_flag_rizin().
PJ* print_flag_t::pj |
Definition at line 12 of file cflag.c.
Referenced by print_flag_json().
ut64 print_flag_t::range_from |
Definition at line 14 of file cflag.c.
Referenced by flag_print(), print_flag_json(), print_flag_orig_name(), print_flag_rizin(), and rz_core_flag_range_print().
ut64 print_flag_t::range_to |
Definition at line 15 of file cflag.c.
Referenced by flag_print(), print_flag_json(), print_flag_orig_name(), print_flag_rizin(), and rz_core_flag_range_print().
bool print_flag_t::real |
Definition at line 17 of file cflag.c.
Referenced by print_flag_orig_name().