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

#include <mach0_specs.h>

Public Attributes

uint64_t address
 
uint64_t size
 
uint64_t fileOffset
 
uint32_t maxProt
 
uint32_t initProt
 

Detailed Description

Definition at line 240 of file mach0_specs.h.

Member Data Documentation

◆ address

uint64_t cache_map_t::address

Definition at line 241 of file mach0_specs.h.

Referenced by capstone.CsInsn::__repr__(), and maps().

◆ fileOffset

uint64_t cache_map_t::fileOffset

Definition at line 243 of file mach0_specs.h.

Referenced by get_rebase_infos(), and maps().

◆ initProt

uint32_t cache_map_t::initProt

Definition at line 245 of file mach0_specs.h.

Referenced by maps().

◆ maxProt

uint32_t cache_map_t::maxProt

Definition at line 244 of file mach0_specs.h.

◆ size

uint64_t cache_map_t::size

Definition at line 242 of file mach0_specs.h.

Referenced by get_rebase_infos(), and maps().


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