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

从节头读取节数据(通用实现)