pub type PeSegmentIterator32<'data, 'file, R = &'data [u8]> = PeSegmentIterator<'data, 'file, ImageNtHeaders32, R>;Expand description
An iterator over the loadable sections of a PeFile32.
pub type PeSegmentIterator32<'data, 'file, R = &'data [u8]> = PeSegmentIterator<'data, 'file, ImageNtHeaders32, R>;An iterator over the loadable sections of a PeFile32.