Find function call in a list of binaries

Posted by Vabs on Stack Overflow See other posts from Stack Overflow or by Vabs
Published on 2010-04-12T06:19:07Z Indexed on 2010/04/12 6:23 UTC
Read the original article Hit count: 136

Filed under:
|

I have a List of executables which may call a certain function. I need to find out which all execs call that function. I know I can do "strings -a " but is there some other better way to find that out. Full code is written in C.

© Stack Overflow or respective owner

Related posts about c

    Related posts about dependency