Skip to main content

entry_point_in_section

Function entry_point_in_section 

Source
pub fn entry_point_in_section(entry_rva: u32, sections: &[PeSection]) -> bool
Expand description

Return true when entry_rva falls within the virtual address range of at least one section ([va, va + virtual_size)).