pub fn pe_section_data<'a>(
pe_data: &'a [u8],
section: &SectionTable,
) -> Option<&'a [u8]>
Expand description
Extracts the data of a section in a loaded PE file based on the section table.
pub fn pe_section_data<'a>(
pe_data: &'a [u8],
section: &SectionTable,
) -> Option<&'a [u8]>
Extracts the data of a section in a loaded PE file based on the section table.