Rizin
unix-like reverse engineering framework and cli tools
|
#include <dyldcache.h>
Public Attributes | |
ut64 | local_symbols_offset |
ut64 | nlists_offset |
ut64 | nlists_count |
ut64 | strings_offset |
ut64 | strings_size |
Definition at line 75 of file dyldcache.h.
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().
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().
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().
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().
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().