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

#include <rz_bin.h>

Public Attributes

ut64 vaddr
 
ut64 paddr
 
int size
 
int offset
 
ut32 visibility
 
char * name
 
char * type
 
char * visibility_str
 
char * comment
 
char * format
 
bool format_named
 
ut64 flags
 

Detailed Description

Definition at line 761 of file rz_bin.h.

Member Data Documentation

◆ comment

char* rz_bin_field_t::comment

Definition at line 770 of file rz_bin.h.

Referenced by rz_bin_field_free(), rz_bin_field_new(), and rz_core_bin_fields_print().

◆ flags

ut64 rz_bin_field_t::flags

◆ format

char* rz_bin_field_t::format

Definition at line 771 of file rz_bin.h.

Referenced by rz_bin_field_free(), rz_bin_field_new(), and rz_core_bin_fields_print().

◆ format_named

bool rz_bin_field_t::format_named

Definition at line 772 of file rz_bin.h.

Referenced by rz_bin_field_new(), and rz_core_bin_fields_print().

◆ name

◆ offset

int rz_bin_field_t::offset

Definition at line 765 of file rz_bin.h.

Referenced by get_ivar_list_t().

◆ paddr

ut64 rz_bin_field_t::paddr

◆ size

int rz_bin_field_t::size

Definition at line 764 of file rz_bin.h.

Referenced by get_ivar_list_t(), and rz_bin_field_new().

◆ type

◆ vaddr

◆ visibility

ut32 rz_bin_field_t::visibility

Definition at line 766 of file rz_bin.h.

Referenced by dex_field_to_bin_field(), and rz_bin_java_class_fields_as_binfields().

◆ visibility_str

char* rz_bin_field_t::visibility_str

Definition at line 769 of file rz_bin.h.

Referenced by dex_field_to_bin_field(), and rz_bin_field_free().


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