Skip to main content

read_pe_section_headers

Function read_pe_section_headers 

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

读取节头信息(通用实现)