Display shared library dependencies of a binary. Do not use on an untrusted binary, use objdump for that instead. More information: https://manned.org/ldd.
ldd {{path/to/binary}}
ldd --verbose {{path/to/binary}}
ldd --unused {{path/to/binary}}
ldd --data-relocs {{path/to/binary}}
ldd --function-relocs {{path/to/binary}}