how can I find what functions a dll file provides?

Diego 'Flameeyes' Pettenò dgp85 at users.sourceforge.net
Sat Jul 24 17:46:46 CDT 2004


James Hawkins wrote:
> In what way can I list the API functions provided from a certain dll
> file?  I seem to remember seeing somewhere that you could use a
> debugger, but I'm not sure.
I usually use Dependency Walker (http://www.dependencywalker.com/) which
works fine under wine (seems strange because it's a microsoft product, but
that's it ;)
It's also useful to track down which dlls uses an executable and then try to
load the native ones.

-- 
Diego "Flameeyes" Pettenò
dgp85 at users.sourceforge.net - http://flameeyes.web.ctonet.it/





More information about the wine-devel mailing list