termux-packages/packages/binutils/ldd

4 lines
60 B
Plaintext
Raw Normal View History

#!/bin/sh
2015-06-13 01:03:31 +02:00
2021-08-17 07:44:12 +02:00
objdump -p "$@" | grep NEEDED | cut -d ' ' -f 18