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

#include <dyldcache.h>

Public Attributes

ut64 local_symbols_offset
 
ut64 nlists_offset
 
ut64 nlists_count
 
ut64 strings_offset
 
ut64 strings_size
 

Detailed Description

Definition at line 75 of file dyldcache.h.

Member Data Documentation

◆ local_symbols_offset

ut64 rz_dyld_loc_sym_t::local_symbols_offset

Definition at line 76 of file dyldcache.h.

Referenced by rz_dyld_locsym_new(), and rz_dyldcache_symbols_from_locsym().

◆ nlists_count

ut64 rz_dyld_loc_sym_t::nlists_count

Definition at line 78 of file dyldcache.h.

Referenced by rz_dyld_locsym_new(), and rz_dyldcache_symbols_from_locsym().

◆ nlists_offset

ut64 rz_dyld_loc_sym_t::nlists_offset

Definition at line 77 of file dyldcache.h.

Referenced by rz_dyld_locsym_new(), and rz_dyldcache_symbols_from_locsym().

◆ strings_offset

ut64 rz_dyld_loc_sym_t::strings_offset

Definition at line 79 of file dyldcache.h.

Referenced by rz_dyld_locsym_new(), and rz_dyldcache_symbols_from_locsym().

◆ strings_size

ut64 rz_dyld_loc_sym_t::strings_size

Definition at line 80 of file dyldcache.h.

Referenced by rz_dyld_locsym_new(), and rz_dyldcache_symbols_from_locsym().


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