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