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

Message for pdJ More...

#include <rz_core.h>

Public Attributes

ut64 offset
 
ut64 arrow
 In general, arrow = UT64_MAX, if there is a jump(jmp, ...), arrow = dst offset. More...
 
char * text
 

Detailed Description

Message for pdJ

Definition at line 443 of file rz_core.h.

Member Data Documentation

◆ arrow

ut64 rz_analysis_disasm_text_t::arrow

In general, arrow = UT64_MAX, if there is a jump(jmp, ...), arrow = dst offset.

Definition at line 445 of file rz_core.h.

Referenced by ds_disasm_text().

◆ offset

ut64 rz_analysis_disasm_text_t::offset

Definition at line 444 of file rz_core.h.

Referenced by ds_disasm_text().

◆ text

char* rz_analysis_disasm_text_t::text

Definition at line 446 of file rz_core.h.

Referenced by ds_disasm_text(), and rz_analysis_disasm_text_free().


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