|
|
|
|
|
by cesarb
4253 days ago
|
|
There's also readelf: $ readelf -d /bin/ls [...]
Tag Type Name/Value
0x0000000000000001 (NEEDED) Shared library: [libselinux.so.1]
0x0000000000000001 (NEEDED) Shared library: [libcap.so.2]
0x0000000000000001 (NEEDED) Shared library: [libacl.so.1]
0x0000000000000001 (NEEDED) Shared library: [libc.so.6]
[...] I don't know how careful readelf is with its input validation. |
|