c - Trace all calls from a program? -
a program installed on 2 computers. library working correctly in 1 computer not working @ in other. wonder if library missing.
i'm using strace can see libraries being called program @ runtime. libraries mentioned strace correct strace detect if 1 library calls library or file ? way detect scenario ?
yes strace detect calls loaded libraries.
if want trace library calls (not system ones), use ltrace
Comments
Post a Comment