find out what functions a static C library has

Posted by CD1 on Stack Overflow See other posts from Stack Overflow or by CD1
Published on 2010-03-29T18:22:18Z Indexed on 2010/03/29 18:23 UTC
Read the original article Hit count: 433

Filed under:
|
|
|

hi,

I have a static C library (say mylib.a) and I was wondering if it's possible to find out what functions are implemented inside that file. I don't have a corresponding header file. what I need is like the equivalent of javap for Java.

© Stack Overflow or respective owner

Related posts about c

    Related posts about static-libraries