Skip to main content

Module validate

Module validate 

Source
Expand description

ELF validation logic

Authors: MarioS271

Functionsยง

validate_elf
Validate a given ELF binary slice Returns a tuple of a slice of ElfPhdrs and a [u64] with the value of e_entry
validate_header ๐Ÿ”’
Validate if a byte slice contains a valid ELF header