Skip to main content

read_pe_head

Function read_pe_head 

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

解析 PE 头部(通用实现)