find_interpreter_path

Function find_interpreter_path 

Source
fn find_interpreter_path(
    header: &ElfHeader,
    file_obj: &dyn FileObject,
) -> Result<Option<String>, ElfLoaderError>
Expand description

Find PT_INTERP segment and extract interpreter path