Skip to main content

find_relocated_phdr_vaddr

Function find_relocated_phdr_vaddr 

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

Performs the find relocated phdr vaddr operation.