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