how to search several PE files to see if any of them import a particular function?

Vincent Béron vberon at mecano.gme.usherb.ca
Wed Nov 12 07:31:52 CST 2003


Le mer 12/11/2003 à 08:00, Jonathan Wilson a écrit :
> Is there a way to do this?
> 
> I want to use it on various PE files (DLLs, EXEs etc) to see if any of them 
> import some of the functions for which I dont yet have a prototype :)

winedump can tell you which APIs a file imports and exports. Script
around it.

Vincent





More information about the wine-devel mailing list