Skip to main content

compute_load_bounds

Function compute_load_bounds 

Source
fn compute_load_bounds(phdrs: &[Elf64Phdr]) -> Result<(u64, u64), &'static str>
Expand description

Compute total mapped bounds for all PT_LOAD segments.