Rizin
unix-like reverse engineering framework and cli tools
|
#include <mach0_defines.h>
Public Attributes | |
uint32_t | size |
uint16_t | page_size |
uint16_t | pointer_format |
uint64_t | segment_offset |
uint32_t | max_valid_pointer |
uint16_t | page_count |
Definition at line 1449 of file mach0_defines.h.
uint32_t dyld_chained_starts_in_segment::max_valid_pointer |
Definition at line 1454 of file mach0_defines.h.
uint16_t dyld_chained_starts_in_segment::page_count |
Definition at line 1455 of file mach0_defines.h.
uint16_t dyld_chained_starts_in_segment::page_size |
Definition at line 1451 of file mach0_defines.h.
uint16_t dyld_chained_starts_in_segment::pointer_format |
Definition at line 1452 of file mach0_defines.h.
uint64_t dyld_chained_starts_in_segment::segment_offset |
Definition at line 1453 of file mach0_defines.h.
uint32_t dyld_chained_starts_in_segment::size |
Definition at line 1450 of file mach0_defines.h.