I have an issue I don't know how to solve.
I have ever written a program (Python script) which returns a list of dynamic libraries with all the executables using them. (My script uses the ldd utility).
Now, I'd like to do a program which would return a list of functions of dynamic libraries with all the executables using them. But how can I do that ??
(I think the main problem is that libraries are build and to do that I need source code, right ?)
Thanks !! JC