RE: listing dll functions
- Posted by Ray Smith <smithr at ix.net.au> Jan 16, 2002
- 463 views
Evan Marshall wrote: > Is there a way to extract and list the functions that a dll contains? > QuickView only works for some dll's and not for others for some reason. > For example: I can see that dsound.dll contains 12 export functions and > their names but, dsound3d.dll doesn't list an export table. The best tool I have found for looking at the functions in a dll is called "Dependency Walker". It is written by a guy from Microsoft and can be downloaded from: http://www.dependencywalker.com/ I'd suggest anyone working with DLL's in anyway should download a copy. Note: It's freeware! Ray Smith http;//www.geocities.com/ray_223