Rizin
unix-like reverse engineering framework and cli tools
|
#include <rsp_idec.h>
Public Attributes | |
const char * | mnemonic |
rsp_opcode | opcode |
int | noperands |
rsp_operand | operands [RSP_MAX_OPNDS] |
Definition at line 172 of file rsp_idec.h.
const char* rsp_instruction::mnemonic |
Definition at line 173 of file rsp_idec.h.
Referenced by capstone.CsInsn::__repr__(), disassemble(), and rsp_instruction_decode().
int rsp_instruction::noperands |
Definition at line 175 of file rsp_idec.h.
Referenced by disassemble(), rsp_instruction_decode(), and rsp_op().
rsp_opcode rsp_instruction::opcode |
Definition at line 174 of file rsp_idec.h.
Referenced by capstone.CsInsn::__gen_detail(), rsp_instruction_decode(), and rsp_op().
rsp_operand rsp_instruction::operands[RSP_MAX_OPNDS] |
Definition at line 176 of file rsp_idec.h.
Referenced by capstone.CsInsn::__gen_detail(), disassemble(), capstone.CsInsn::op_count(), capstone.CsInsn::op_find(), rsp_instruction_decode(), and rsp_op().