Skip to main content

validate_elf

Function validate_elf 

Source
pub fn validate_elf(elf: &[u8]) -> Result<(&[ElfPhdr], u64), ElfError>
Expand description

Validate a given ELF binary slice Returns a tuple of a slice of ElfPhdrs and a [u64] with the value of e_entry