pub fn pe_section<'a>(pe_data: &'a [u8], section_name: &str) -> Option<&'a [u8]>
Extracts the data of a section of a loaded PE file based on the section name.