Tools for identifying what a DLL provides?

Andreas Mohr andi at rhlx01.fht-esslingen.de
Tue Mar 1 12:48:49 CST 2005


Hi,

On Mon, Feb 28, 2005 at 09:52:06AM -0800, Bill Medland wrote:
> Yes, but they aren't going to throw the arguments and return types out are 
> they?  The only way to do that, surely, is disassembly to see what is 
> referenced off the stack and returned?
In the case of C, that has to be done, yes.
In the case of C++, you've got function name mangling to include
the function's parameters as well (as you most likely know anyway).

Andreas Mohr



More information about the wine-devel mailing list