Rizin
unix-like reverse engineering framework and cli tools
|
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 |
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().
ut64 rz_analysis_disasm_text_t::offset |
Definition at line 444 of file rz_core.h.
Referenced by ds_disasm_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().