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

#include <rz_asm.h>

Public Attributes

int len
 
ut8bytes
 
char * assembly
 
RzListequs
 
ut64 code_offset
 
ut64 data_offset
 
int code_align
 

Detailed Description

Definition at line 77 of file rz_asm.h.

Member Data Documentation

◆ assembly

char* rz_asm_code_t::assembly

◆ bytes

◆ code_align

int rz_asm_code_t::code_align

Definition at line 88 of file rz_asm.h.

Referenced by rz_asm_massemble(), and rz_asm_pseudo_align().

◆ code_offset

ut64 rz_asm_code_t::code_offset

Definition at line 86 of file rz_asm.h.

Referenced by rz_asm_massemble().

◆ data_offset

ut64 rz_asm_code_t::data_offset

Definition at line 87 of file rz_asm.h.

Referenced by rz_asm_massemble().

◆ equs

RzList* rz_asm_code_t::equs

Definition at line 85 of file rz_asm.h.

Referenced by rz_asm_code_free(), and rz_asm_massemble().

◆ len


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