Rizin
unix-like reverse engineering framework and cli tools
|
An tokenized asm string. More...
#include <rz_print.h>
Public Attributes | |
ut32 | op_type |
RzAnalysisOpType. Mnemonic color depends on this. More... | |
RzStrBuf * | str |
RzVector * | tokens |
An tokenized asm string.
Definition at line 72 of file rz_print.h.
ut32 RzAsmTokenString::op_type |
RzAnalysisOpType. Mnemonic color depends on this.
Definition at line 73 of file rz_print.h.
Referenced by hexagon_reverse_opcode(), rz_asm_colorize_asm_str(), rz_asm_token_string_clone(), and rz_print_colorize_asm_str().
RzStrBuf* RzAsmTokenString::str |
Definition at line 74 of file rz_print.h.
Referenced by check_token_coverage(), rz_asm_token_string_clone(), and rz_print_colorize_asm_str().
RzVector* RzAsmTokenString::tokens |
Definition at line 75 of file rz_print.h.
Referenced by check_token_coverage(), rz_asm_token_string_clone(), rz_asm_tokenize_asm_regex(), and rz_print_colorize_asm_str().