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

An tokenized asm string. More...

#include <rz_print.h>

Public Attributes

ut32 op_type
 RzAnalysisOpType. Mnemonic color depends on this. More...
 
RzStrBufstr
 
RzVectortokens
 

Detailed Description

An tokenized asm string.

Definition at line 72 of file rz_print.h.

Member Data Documentation

◆ op_type

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().

◆ str

RzStrBuf* RzAsmTokenString::str

◆ tokens

RzVector* RzAsmTokenString::tokens

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