haampie / libtree

ldd as a tree
MIT License
2.63k stars 60 forks source link

Add arm64 exclusions #62

Closed rossburton closed 2 years ago

rossburton commented 2 years ago

If you're going to skip the x86-64 ld-linux then you might like to know what the aarch64 libraries are called:

$ libtree /bin/echo -p
/bin/echo
└── /lib/aarch64-linux-gnu/ld-linux-aarch64.so.1 [ld.so.conf]
haampie commented 2 years ago

Right, also POWER has ld64.so and alpine linux x86_64: libc.musl-x86_64.so, i386 glibc simply has ld-linux.so. Feel free to create a pull request targeting master