|
Rizin
unix-like reverse engineering framework and cli tools
|
#include <hexagon.h>
Public Attributes | |
| ut32 | opcode |
| ut8 | parse_bits |
| int | instruction |
| ut32 | mask |
| HexPred | pred |
| bool | duplex |
| bool | compound |
| int | shift |
| HexPktInfo | pkt_info |
| ut8 | op_count |
| HexOp | ops [HEX_MAX_OPERANDS] |
| char | mnem_infix [128] |
| char | mnem [192] |
| ut32 | addr |
| RzAsmOp | asm_op |
| RzAnalysisOp | ana_op |
| ut32 HexInsn::addr |
Definition at line 109 of file hexagon.h.
Referenced by hex_add_instr_to_state(), hex_add_to_stale_pkt(), hex_get_instr_at_addr(), and hex_get_pkt().
| RzAnalysisOp HexInsn::ana_op |
| ut32 HexInsn::opcode |
Definition at line 96 of file hexagon.h.
Referenced by capstone.CsInsn::__gen_detail().
| HexOp HexInsn::ops[HEX_MAX_OPERANDS] |
| ut8 HexInsn::parse_bits |
Definition at line 97 of file hexagon.h.
Referenced by hex_add_instr_to_state().
| HexPktInfo HexInsn::pkt_info |