All Questions
2 questions
579
votes
5
answers
572k
views
What are .a and .so files?
I'm currently trying to port a C application to AIX and am getting confused. What are .a and .so files and how are they used when building/running an application?
0
votes
1
answer
5k
views
Parse Linux static Libraries (.a) in C [closed]
I want to know how to parse a linux static librarie (.a) to get content of each files.
Thank's to help me !