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