Type Alias PeSection32

Source
pub type PeSection32<'data, 'file, R = &'data [u8]> = PeSection<'data, 'file, ImageNtHeaders32, R>;
Expand description

A section in a PeFile32.

Aliased Type§

pub struct PeSection32<'data, 'file, R = &'data [u8]> {
    pub(super) file: &'file PeFile<'data, ImageNtHeaders32, R>,
    pub(super) index: SectionIndex,
    pub(super) section: &'data ImageSectionHeader,
}

Fields§

§file: &'file PeFile<'data, ImageNtHeaders32, R>§index: SectionIndex§section: &'data ImageSectionHeader