Rizin
unix-like reverse engineering framework and cli tools
|
#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 |
Definition at line 194 of file mach0_specs.h.
ut32 cache_header::baseaddroff |
Definition at line 196 of file mach0_specs.h.
ut64 cache_header::codeSignatureOffset |
Definition at line 201 of file mach0_specs.h.
ut64 cache_header::codeSignatureSize |
Definition at line 202 of file mach0_specs.h.
ut64 cache_header::dyldaddr |
Definition at line 200 of file mach0_specs.h.
ut64 cache_header::localSymbolsOffset |
Definition at line 205 of file mach0_specs.h.
ut64 cache_header::localSymbolsSize |
Definition at line 206 of file mach0_specs.h.
ut32 cache_header::mappingCount |
Definition at line 197 of file mach0_specs.h.
ut32 cache_header::numlibs |
Definition at line 199 of file mach0_specs.h.
ut64 cache_header::slideInfoOffset |
Definition at line 203 of file mach0_specs.h.
ut64 cache_header::slideInfoSize |
Definition at line 204 of file mach0_specs.h.
ut32 cache_header::startaddr |
Definition at line 198 of file mach0_specs.h.
char cache_header::version[16] |
Definition at line 195 of file mach0_specs.h.