Hi,
Is there any way to find out which all files are included in a .so files. I want only listing nothing else.
For example
If xyz.so is created with a.c, b.c, a.h then if I have only xyz.so it should tell me that a.c, b.c, a.h are the files.
bashish




Reply With Quote