Rizin
unix-like reverse engineering framework and cli tools
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Friends Macros Modules Pages
HexState Struct Reference

Buffer packets for reversed instructions. More...

#include <hexagon.h>

Public Attributes

HexPkt pkts [HEXAGON_STATE_PKTS]
 
RzListconst_ext_l
 
RzAsm rz_asm
 
RzConfigcfg
 
RzPVectortoken_patterns
 PVector with token patterns. Priority ordered. More...
 

Detailed Description

Buffer packets for reversed instructions.

Definition at line 134 of file hexagon.h.

Member Data Documentation

◆ cfg

RzConfig* HexState::cfg

Definition at line 138 of file hexagon.h.

◆ const_ext_l

RzList* HexState::const_ext_l

Definition at line 136 of file hexagon.h.

◆ pkts

HexPkt HexState::pkts[HEXAGON_STATE_PKTS]

Definition at line 135 of file hexagon.h.

◆ rz_asm

RzAsm HexState::rz_asm

Definition at line 137 of file hexagon.h.

◆ token_patterns

RzPVector* HexState::token_patterns

PVector with token patterns. Priority ordered.

Definition at line 139 of file hexagon.h.


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