pub fn parse_pef_export_hash_keys(
data: &[u8],
) -> Option<Vec<PefExportedSymbolKey>>Expand description
Parse the full 32-bit export hash keys from the loader section.
pub fn parse_pef_export_hash_keys(
data: &[u8],
) -> Option<Vec<PefExportedSymbolKey>>Parse the full 32-bit export hash keys from the loader section.