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

#include <hexagon.h>

Public Attributes

RzListinsn
 
bool last_instr_present
 
bool is_valid
 
ut32 hw_loop0_addr
 
ut32 hw_loop1_addr
 
ut64 last_access
 
ut32 pkt_addr
 
bool is_eob
 

Detailed Description

Definition at line 114 of file hexagon.h.

Member Data Documentation

◆ hw_loop0_addr

ut32 HexPkt::hw_loop0_addr

Definition at line 118 of file hexagon.h.

Referenced by hex_disasm_with_templates(), and hexagon_disasm_instruction().

◆ hw_loop1_addr

ut32 HexPkt::hw_loop1_addr

Definition at line 119 of file hexagon.h.

Referenced by hex_disasm_with_templates(), and hexagon_disasm_instruction().

◆ insn

RzList* HexPkt::insn

Definition at line 115 of file hexagon.h.

Referenced by make_next_packet_valid().

◆ is_eob

bool HexPkt::is_eob

Definition at line 122 of file hexagon.h.

Referenced by hex_disasm_with_templates(), and hexagon_disasm_instruction().

◆ is_valid

bool HexPkt::is_valid

Definition at line 117 of file hexagon.h.

◆ last_access

ut64 HexPkt::last_access

Definition at line 120 of file hexagon.h.

◆ last_instr_present

bool HexPkt::last_instr_present

Definition at line 116 of file hexagon.h.

◆ pkt_addr

ut32 HexPkt::pkt_addr

Definition at line 121 of file hexagon.h.

Referenced by hex_disasm_with_templates().


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