pub fn find_undefined_elf_symbols(
    buffer: &[u8],
    elf: &Elf<'_>
) -> Vec<UndefinedSymbol>
Expand description

Find undefined dynamic symbols in an ELF binary.

Will also resolve the filename and symbol version, if available.