Structs§
- Dyld
Cache - A parsed representation of the dyld shared cache.
- Dyld
Cache Image - One image (dylib) from inside the dyld shared cache.
- Dyld
Cache Image Iterator - An iterator over all the images (dylibs) in the dyld shared cache.
- Dyld
SubCache - Information about a subcache.
Enums§
- Dyld
SubCache Slice - 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§
Functions§
- address_
to_ file_ offset - Find the file offset of the image by looking up its address in the mappings.