Is there a way to get the complete signature of functions in a shared library??

Discussion in 'C' started by nrhayyal, Dec 25, 2012.

  1. nrhayyal

    nrhayyal New Member

    Joined:
    Dec 24, 2012
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hi All,
    I want to know how to list the all the symbols in the shared library(dll or .so file).
    I dont want commands like nm or objdump.
    I want to get the list of functions available in shared library programmatically at runtime (after calling dlopen and dlsym).
    Is there a way to get the complete signature of functions in a shared library??

    Please help.

    Regards
    Nagaraj
     
  2. asadullah.ansari

    asadullah.ansari TechCake

    Joined:
    Jan 9, 2008
    Messages:
    356
    Likes Received:
    14
    Trophy Points:
    0
    Occupation:
    Developer
    Location:
    NOIDA
    It's nice to write in go4expert after long time.
    Getting complete signature of any function in shared library is impossible.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice