Hi,
On Mon, Feb 28, 2005 at 09:48:40AM -0600, David D. Hagood wrote:
I have a DLL from a manufacturer that I don't have the source for, nor do I have the header or the import library for.
Since Wine developers frequently have to reverse engineer what a given DLL provides, does anybody have a good recommendation for a tool that can scan the DLL and report what functions it exports, and their arg types and return types?
You really want http://www.dependencywalker.com/ , trust me.
But probably http://www.pe-explorer.com/ is very useful, too...
Or maybe even winedump...
Andreas Mohr