Functionsยง
- is_
shared_ object - Return true if
pathlooks like a shared object (ELF ET_DYN without PT_INTERP). Returns false for executables (ET_EXEC, or ET_DYN with PT_INTERP i.e. PIE).
path looks like a shared object (ELF ET_DYN without PT_INTERP).
Returns false for executables (ET_EXEC, or ET_DYN with PT_INTERP i.e. PIE).