pub type PeSegmentIterator64<'data, 'file> = PeSegmentIterator<'data, 'file, ImageNtHeaders64>;
Expand description
An iterator over the loadable sections of a PeFile64
.
pub type PeSegmentIterator64<'data, 'file> = PeSegmentIterator<'data, 'file, ImageNtHeaders64>;
An iterator over the loadable sections of a PeFile64
.