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

#include <mach0_specs.h>

Public Attributes

char magic [16]
 
uint32_t mappingOffset
 
uint32_t mappingCount
 
uint32_t imagesOffset
 
uint32_t imagesCount
 
uint64_t dyldBaseAddress
 
uint64_t codeSignatureOffset
 
uint64_t codeSignatureSize
 
uint64_t slideInfoOffset
 
uint64_t slideInfoSize
 
uint64_t localSymbolsOffset
 
uint64_t localSymbolsSize
 
uint8_t uuid [16]
 
uint64_t cacheType
 
uint32_t branchPoolsOffset
 
uint32_t branchPoolsCount
 
uint64_t accelerateInfoAddr
 
uint64_t accelerateInfoSize
 
uint64_t imagesTextOffset
 
uint64_t imagesTextCount
 

Detailed Description

Definition at line 210 of file mach0_specs.h.

Member Data Documentation

◆ accelerateInfoAddr

uint64_t cache_hdr_t::accelerateInfoAddr

Definition at line 227 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ accelerateInfoSize

uint64_t cache_hdr_t::accelerateInfoSize

Definition at line 228 of file mach0_specs.h.

Referenced by header(), and read_cache_accel().

◆ branchPoolsCount

uint32_t cache_hdr_t::branchPoolsCount

Definition at line 226 of file mach0_specs.h.

Referenced by header().

◆ branchPoolsOffset

uint32_t cache_hdr_t::branchPoolsOffset

Definition at line 225 of file mach0_specs.h.

Referenced by header().

◆ cacheType

uint64_t cache_hdr_t::cacheType

Definition at line 224 of file mach0_specs.h.

Referenced by header().

◆ codeSignatureOffset

uint64_t cache_hdr_t::codeSignatureOffset

Definition at line 217 of file mach0_specs.h.

Referenced by header().

◆ codeSignatureSize

uint64_t cache_hdr_t::codeSignatureSize

Definition at line 218 of file mach0_specs.h.

Referenced by header().

◆ dyldBaseAddress

uint64_t cache_hdr_t::dyldBaseAddress

Definition at line 216 of file mach0_specs.h.

Referenced by header().

◆ imagesCount

◆ imagesOffset

uint32_t cache_hdr_t::imagesOffset

Definition at line 214 of file mach0_specs.h.

Referenced by header(), read_cache_header(), and read_cache_images().

◆ imagesTextCount

uint64_t cache_hdr_t::imagesTextCount

Definition at line 230 of file mach0_specs.h.

Referenced by header().

◆ imagesTextOffset

uint64_t cache_hdr_t::imagesTextOffset

Definition at line 229 of file mach0_specs.h.

Referenced by header().

◆ localSymbolsOffset

uint64_t cache_hdr_t::localSymbolsOffset

Definition at line 221 of file mach0_specs.h.

Referenced by header(), and rz_dyld_locsym_new().

◆ localSymbolsSize

uint64_t cache_hdr_t::localSymbolsSize

Definition at line 222 of file mach0_specs.h.

Referenced by header(), and rz_dyld_locsym_new().

◆ magic

char cache_hdr_t::magic[16]

Definition at line 211 of file mach0_specs.h.

Referenced by header(), info(), and read_cache_header().

◆ mappingCount

uint32_t cache_hdr_t::mappingCount

◆ mappingOffset

uint32_t cache_hdr_t::mappingOffset

Definition at line 212 of file mach0_specs.h.

Referenced by header(), and populate_cache_maps().

◆ slideInfoOffset

uint64_t cache_hdr_t::slideInfoOffset

Definition at line 219 of file mach0_specs.h.

Referenced by get_rebase_infos(), and header().

◆ slideInfoSize

uint64_t cache_hdr_t::slideInfoSize

Definition at line 220 of file mach0_specs.h.

Referenced by get_rebase_infos(), and header().

◆ uuid

uint8_t cache_hdr_t::uuid[16]

Definition at line 223 of file mach0_specs.h.

Referenced by header().


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