Rizin
unix-like reverse engineering framework and cli tools
|
#include <rz_asm.h>
Public Attributes | |
int | size |
int | bitsize |
int | payload |
RzStrBuf | buf |
RzStrBuf | buf_asm |
RzBuffer * | buf_inc |
RzAsmTokenString * | asm_toks |
Tokenized asm string. More... | |
RzAsmTokenString* rz_asm_op_t::asm_toks |
Tokenized asm string.
Definition at line 74 of file rz_asm.h.
Referenced by ds_build_op_str(), hexagon_reverse_opcode(), print_rop(), rz_cmd_disassembly_all_possible_opcodes_handler(), rz_cmd_disassembly_all_possible_opcodes_treeview_handler(), rz_core_disasm_instruction(), rz_core_disasm_pdi_with_buf(), rz_core_print_disasm_all(), rz_core_visual_bit_editor(), and rz_core_visual_esil().
RzStrBuf rz_asm_op_t::buf |
Definition at line 71 of file rz_asm.h.
Referenced by assemble(), java_assemble(), and rz_luac_asm().
RzStrBuf rz_asm_op_t::buf_asm |
Definition at line 72 of file rz_asm.h.
Referenced by __core_cmd_search_asm_byteswap(), disassemble(), do_ref_search(), ds_atabs_option(), hexagon_reverse_opcode(), rz_cmd_print(), rz_core_analysis_op(), rz_core_cmp_disasm(), rz_core_disasm_instruction(), rz_core_print_disasm_all(), rz_core_visual_bit_editor(), rz_core_visual_esil(), and rz_pyc_disasm().
int rz_asm_op_t::payload |
Definition at line 69 of file rz_asm.h.
Referenced by ds_print_asmop_payload(), and rz_core_print_disasm().
int rz_asm_op_t::size |
Definition at line 67 of file rz_asm.h.
Referenced by disassemble(), ds_disassemble(), ds_print_meta_infos(), ds_print_show_cursor(), rz_cmd_print(), rz_core_cmp_disasm(), rz_core_disasm_pdi_with_buf(), rz_core_print_disasm_instructions_with_buf(), rz_core_visual_bit_editor(), and rz_luac_disasm().