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