I'm developing a ldd-python
script.
As far as I know, ELF binary itself has information only about library's SONAME
.
How can I get library's full path by this SONAME
?
I want to print like this original ldd result:
$ ldd test
libc.so.6 => /lib/i386-linux-gnu/libc.so.6 (0xb7d28000)