Skip to main content

read_section_from_header

Function read_section_from_header 

Source
pub fn read_section_from_header<R: Read + Seek>(
    reader: &mut impl PeReader<R>,
    header: &SectionHeader,
) -> Result<PeSection, GaiaError>
Expand description

Read section data from section header (generic implementation)