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

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -