Type Definition object::read::pe::PeSection64
source · pub type PeSection64<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders64, R>;Expand description
A section of a PeFile64.
pub type PeSection64<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders64, R>;A section of a PeFile64.