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