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.
DyldSubCache
Information about a subcache.

Enums§

DyldSubCacheSlice
A slice of structs describing each subcache. The struct gained an additional field (the file suffix) in dyld-1042.1 (macOS 13 / iOS 16), so this is an enum of the two possible slice types.

Constants§

MIN_HEADER_SIZE_SUBCACHES_V1 🔒
MIN_HEADER_SIZE_SUBCACHES_V2 🔒

Functions§

address_to_file_offset
Find the file offset of the image by looking up its address in the mappings.