Module dyld_cache

Source

Structsยง

DyldCache
A parsed representation of the dyld shared cache.
DyldCacheImage
One image (dylib) from inside the dyld shared cache.
DyldCacheImageIterator
An iterator over all the images (dylibs) in the dyld shared cache.
DyldCacheMapping
Information about a mapping.
DyldCacheMappingIterator
An iterator over all the mappings for one subcache in a dyld shared cache.
DyldCacheRelocationIterator
An iterator over relocations in a mapping
DyldCacheRelocationIteratorV2 ๐Ÿ”’
DyldCacheRelocationIteratorV3 ๐Ÿ”’
DyldCacheRelocationIteratorV5 ๐Ÿ”’
DyldFile ๐Ÿ”’
The data for one file in the cache.
DyldRelocation
A cache mapping relocation.
DyldRelocationAuth
Pointer authentication data.

Enumsยง

DyldCacheMappingSlice
The array of mappings for a single dyld cache file.
DyldCacheMappingVersion ๐Ÿ”’
DyldCacheMappingVersionIterator ๐Ÿ”’
DyldCacheRelocationIteratorVersion ๐Ÿ”’
DyldCacheSlideInfo
The slide info for a dyld cache mapping, including variable length arrays.
DyldSubCacheSlice
A slice of structs describing each subcache.
RelocationStateV2 ๐Ÿ”’
RelocationStateV3 ๐Ÿ”’
RelocationStateV5 ๐Ÿ”’

Constantsยง

MIN_HEADER_SIZE_MAPPINGS_V2 ๐Ÿ”’
MIN_HEADER_SIZE_SUBCACHES_V1 ๐Ÿ”’
MIN_HEADER_SIZE_SUBCACHES_V2 ๐Ÿ”’