Programowanie w systemie UNIX/depend: Różnice pomiędzy wersjami

Usunięta treść Dodana treść
m ref
Linia 13:
objdump -p /path/to/program | grep NEEDED
 
lub <ref>[http://unix.stackexchange.com/questions/120015/how-to-find-out-the-dynamic-libraries-executables-loads-when-run unix.stackexchange question how-to-find-out-the-dynamic-libraries-executables-loads-when-run]</ref><ref>[http://stackoverflow.com/questions/6242761/how-do-i-find-the-direct-shared-object-dependencies-of-a-linux-elf-binary stackoverflow question how-do-i-find-the-direct-shared-object-dependencies-of-a-linux-elf-binary]</ref>
 
readelf -d /bin/ls | grep 'NEEDED'