pub struct DyldCacheImage<'data, E = Endianness, R = &'data [u8]> where
E: Endian,
R: ReadRef<'data>, { /* private fields */ }
Expand description
One image (dylib) from inside the dyld shared cache.
pub struct DyldCacheImage<'data, E = Endianness, R = &'data [u8]> where
E: Endian,
R: ReadRef<'data>, { /* private fields */ }
One image (dylib) from inside the dyld shared cache.