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

2003-11-12 Thread Jonathan Wilson
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 :)

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

2003-11-12 Thread Vincent Béron
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.