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

#include <mach0_specs.h>

Public Attributes

char version [16]
 
ut32 baseaddroff
 
ut32 mappingCount
 
ut32 startaddr
 
ut32 numlibs
 
ut64 dyldaddr
 
ut64 codeSignatureOffset
 
ut64 codeSignatureSize
 
ut64 slideInfoOffset
 
ut64 slideInfoSize
 
ut64 localSymbolsOffset
 
ut64 localSymbolsSize
 

Detailed Description

Definition at line 194 of file mach0_specs.h.

Member Data Documentation

◆ baseaddroff

ut32 cache_header::baseaddroff

Definition at line 196 of file mach0_specs.h.

◆ codeSignatureOffset

ut64 cache_header::codeSignatureOffset

Definition at line 201 of file mach0_specs.h.

◆ codeSignatureSize

ut64 cache_header::codeSignatureSize

Definition at line 202 of file mach0_specs.h.

◆ dyldaddr

ut64 cache_header::dyldaddr

Definition at line 200 of file mach0_specs.h.

◆ localSymbolsOffset

ut64 cache_header::localSymbolsOffset

Definition at line 205 of file mach0_specs.h.

◆ localSymbolsSize

ut64 cache_header::localSymbolsSize

Definition at line 206 of file mach0_specs.h.

◆ mappingCount

ut32 cache_header::mappingCount

Definition at line 197 of file mach0_specs.h.

◆ numlibs

ut32 cache_header::numlibs

Definition at line 199 of file mach0_specs.h.

◆ slideInfoOffset

ut64 cache_header::slideInfoOffset

Definition at line 203 of file mach0_specs.h.

◆ slideInfoSize

ut64 cache_header::slideInfoSize

Definition at line 204 of file mach0_specs.h.

◆ startaddr

ut32 cache_header::startaddr

Definition at line 198 of file mach0_specs.h.

◆ version

char cache_header::version[16]

Definition at line 195 of file mach0_specs.h.


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