Struct object::read::macho::DyldCacheImage [−][src]
pub struct DyldCacheImage<'data, 'cache, E = Endianness, R = &'data [u8]> where
E: Endian,
R: ReadRef<'data>, { /* fields omitted */ }Expand description
One image (dylib) from inside the dyld shared cache.
Implementations
impl<'data, 'cache, E, R> DyldCacheImage<'data, 'cache, E, R> where
E: Endian,
R: ReadRef<'data>,
impl<'data, 'cache, E, R> DyldCacheImage<'data, 'cache, E, R> where
E: Endian,
R: ReadRef<'data>,
The subcache data which contains the Mach-O header for this image, together with the file offset at which this image starts.
Parse this image into an Object.
