ldd

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 {{[-v|--verbose]}} {{path/to/binary}}

ldd {{[-u|--unused]}} {{path/to/binary}}

ldd {{[-d|--data-relocs]}} {{path/to/binary}}

ldd {{[-r|--function-relocs]}} {{path/to/binary}}