DyldCacheMappingAndSlideInfo
Package:
ghidra.app.util.bin.format.macho.dyld
Type:
class
11.4_PUBLIC
added
method
:
contains
boolean contains(
long addr,
boolean isAddr)
added
field
:
DYLD_CACHE_MAPPING_CONST_TPRO_DATA
static long DYLD_CACHE_MAPPING_CONST_TPRO_DATA
added
field
:
DYLD_CACHE_READ_ONLY_DATA
static long DYLD_CACHE_READ_ONLY_DATA
added
method
:
isConstTproData
boolean isConstTproData(
)
added
method
:
isReadOnlyData
boolean isReadOnlyData(
)
removed
method
:
contains
boolean contains(
long addr)
11.0_PUBLIC
added
method
:
getInitialProtection
int getInitialProtection(
)
added
method
:
getMaxProtection
int getMaxProtection(
)
10.4_PUBLIC
added
method
:
contains
boolean contains(
long addr)
added
field
:
DYLD_CACHE_DYNAMIC_CONFIG_DATA
static long DYLD_CACHE_DYNAMIC_CONFIG_DATA
added
field
:
DYLD_CACHE_MAPPING_TEXT_STUBS
static long DYLD_CACHE_MAPPING_TEXT_STUBS
added
method
:
isConfigData
boolean isConfigData(
)
added
method
:
isTextStubs
boolean isTextStubs(
)
10.1_PUBLIC
introduced
Initial version