Dave's Brain

Browse - computer tips - linux windows what libaries does that program use

Date: 2009oct26
OS: Linux,Windows

Q.  What library/libraries does that program use?

A.

Linux...

There is a built-in command:

	ldd <program> 

See the man page for details.
Watchout for the warning: do not run ldd on a program you don't trust

Windows...

	There is a command called "depends" in the platform SDK

	or you can use http://www.dependencywalker.com
What this info useful to you? You can donate to say thanks

Add a comment

Sign in to add a comment
Copyright © 2008-2012, dave - Code samples on Dave's Brain is licensed under the Creative Commons Attribution 2.5 License. However other material, including English text has all rights reserved.