Function pe_section_as_string

Source
pub fn pe_section_as_string<'a>(
    pe_data: &'a [u8],
    section_name: &str,
) -> Option<String>
Expand description

Extracts the data of a section of a loaded PE image and returns it as a string.