Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_analysis.h>
Public Attributes | |
ut64 | addr |
ut64 | ptr |
ut64 | val |
ut64 | jump |
ut64 | fail |
ut64 | ret |
char * | arch |
char * | opcode |
char * | syntax |
char * | esil |
char * | offset |
ut32 | type |
ut64 | size |
int | bits |
int | new_bits |
int | immbase |
bool | high |
int | nword |
ut64 | stackframe |
Definition at line 669 of file rz_analysis.h.
ut64 rz_analysis_hint_t::addr |
Definition at line 670 of file rz_analysis.h.
Referenced by rz_analysis_hint_get().
char* rz_analysis_hint_t::arch |
Definition at line 676 of file rz_analysis.h.
Referenced by test_group_name.GroupTest::run(), and rz_analysis_hint_get().
int rz_analysis_hint_t::bits |
Definition at line 683 of file rz_analysis.h.
Referenced by __core_analysis_fcn(), _analysis_calls(), analysis_mask(), ds_disassemble(), rotateAsmBits(), rz_analysis_hint_get(), and rz_core_hint_begin().
char* rz_analysis_hint_t::esil |
Definition at line 679 of file rz_analysis.h.
Referenced by core_analysis_bytes_json(), core_analysis_bytes_standard(), hint_merge(), rz_analysis_op_hint(), and rz_core_print_disasm_json().
ut64 rz_analysis_hint_t::fail |
Definition at line 674 of file rz_analysis.h.
Referenced by hint_merge(), rz_analysis_hint_get(), and rz_analysis_op_hint().
bool rz_analysis_hint_t::high |
Definition at line 686 of file rz_analysis.h.
Referenced by ds_print_offset(), hint_merge(), and rz_core_hint_begin().
int rz_analysis_hint_t::immbase |
Definition at line 685 of file rz_analysis.h.
Referenced by ds_print_meta_infos(), filter(), and hint_merge().
ut64 rz_analysis_hint_t::jump |
Definition at line 673 of file rz_analysis.h.
Referenced by ds_print_core_vmode_jump_hit(), hint_merge(), rz_analysis_hint_get(), rz_analysis_op_hint(), and wasm_op().
int rz_analysis_hint_t::new_bits |
Definition at line 684 of file rz_analysis.h.
Referenced by hint_merge(), and rz_core_hint_begin().
int rz_analysis_hint_t::nword |
Definition at line 687 of file rz_analysis.h.
Referenced by filter(), and hint_merge().
char* rz_analysis_hint_t::offset |
Definition at line 680 of file rz_analysis.h.
Referenced by filter(), and hint_merge().
char* rz_analysis_hint_t::opcode |
Definition at line 677 of file rz_analysis.h.
Referenced by capstone.CsInsn::__gen_detail(), core_analysis_bytes_json(), core_analysis_bytes_standard(), ds_build_op_str(), ds_disassemble(), hint_merge(), rz_analysis_op_hint(), rz_core_print_disasm_instructions_with_buf(), and wasm_op().
ut64 rz_analysis_hint_t::ptr |
Definition at line 671 of file rz_analysis.h.
Referenced by hint_merge(), and rz_core_print_disasm().
ut64 rz_analysis_hint_t::ret |
Definition at line 675 of file rz_analysis.h.
Referenced by hint_merge(), rz_analysis_hint_get(), and set_retval().
ut64 rz_analysis_hint_t::size |
Definition at line 682 of file rz_analysis.h.
Referenced by ds_disassemble(), hint_merge(), rz_analysis_op_hint(), rz_core_print_disasm(), and rz_core_print_disasm_instructions_with_buf().
ut64 rz_analysis_hint_t::stackframe |
Definition at line 688 of file rz_analysis.h.
Referenced by hint_merge(), and rz_analysis_hint_get().
char* rz_analysis_hint_t::syntax |
Definition at line 678 of file rz_analysis.h.
Referenced by hint_merge(), and rz_core_hint_begin().
ut32 rz_analysis_hint_t::type |
Definition at line 681 of file rz_analysis.h.
Referenced by cmd_descs_generate.Arg::__str__(), cmd_descs_generate.Arg::_get_choices_cname(), cmd_descs_generate.Arg::_get_union(), cmd_descs_generate.CmdDesc::_validate(), cmd_descs_generate.Arg::decl(), ds_print_comments_right(), cmd_descs_generate.Arg::get_cstructure(), cmd_descs_generate.CmdDesc::get_handler_cname(), hint_merge(), and rz_analysis_op_hint().
ut64 rz_analysis_hint_t::val |
Definition at line 672 of file rz_analysis.h.
Referenced by hint_merge(), rz_analysis_get_jmptbl_info(), rz_analysis_hint_get(), and rz_analysis_op_hint().