Show HN: Rldd – ldd print shared object dependencies rust clone
github.comThe rldd tool resolves and prints the binary or shared library dependencies with different visualization options. The is similar to the libtree tool, but internally it tries to mimic the dynamic loader operation to have a more accurate resolution.
It supports Linux (glibc, android, and musl), FreeBSD, OpenBSD, NetBSD, Illumos (no support for crle/ld.config, trusted directories, or any environment variable), and macOS.