pub fn loaded_elf_info(headers: &Elf64Headers) -> LoadedElfInfo
Expand description

Returns the address space requirements to load this ELF. Attempting to load it into a VMAR with permissions less than max_perm, or at a base such that the range [base+low, base+high] is not entirely valid, will fail.