fn find_interpreter_path(
header: &ElfHeader,
file_obj: &dyn FileObject,
) -> Result<Option<String>, ElfLoaderError>Expand description
Find PT_INTERP segment and extract interpreter path
fn find_interpreter_path(
header: &ElfHeader,
file_obj: &dyn FileObject,
) -> Result<Option<String>, ElfLoaderError>Find PT_INTERP segment and extract interpreter path