Rizin
unix-like reverse engineering framework and cli tools
HexReversedOpcode Struct Reference

Pointer to the rizin structs for disassembled and analysed instructions. More...

#include <hexagon_arch.h>

Public Attributes

HexReverseAction action
 
RzAnalysisOpana_op
 
RzAsmOpasm_op
 

Detailed Description

Pointer to the rizin structs for disassembled and analysed instructions.

Definition at line 37 of file hexagon_arch.h.

Member Data Documentation

◆ action

HexReverseAction HexReversedOpcode::action

Definition at line 38 of file hexagon_arch.h.

Referenced by hexagon_reverse_opcode().

◆ ana_op

RzAnalysisOp* HexReversedOpcode::ana_op

Definition at line 39 of file hexagon_arch.h.

Referenced by hexagon_reverse_opcode(), and setup_new_instr().

◆ asm_op

RzAsmOp* HexReversedOpcode::asm_op

Definition at line 40 of file hexagon_arch.h.

Referenced by hexagon_reverse_opcode(), and setup_new_instr().


The documentation for this struct was generated from the following file: