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