Rizin
unix-like reverse engineering framework and cli tools
|
#include <mach0_specs.h>
Public Attributes | |
uint64_t | address |
uint64_t | size |
uint64_t | fileOffset |
uint32_t | maxProt |
uint32_t | initProt |
Definition at line 240 of file mach0_specs.h.
uint64_t cache_map_t::address |
Definition at line 241 of file mach0_specs.h.
Referenced by capstone.CsInsn::__repr__(), and maps().
uint64_t cache_map_t::fileOffset |
Definition at line 243 of file mach0_specs.h.
Referenced by get_rebase_infos(), and maps().
uint32_t cache_map_t::initProt |
Definition at line 245 of file mach0_specs.h.
Referenced by maps().
uint32_t cache_map_t::maxProt |
Definition at line 244 of file mach0_specs.h.
uint64_t cache_map_t::size |
Definition at line 242 of file mach0_specs.h.
Referenced by get_rebase_infos(), and maps().