how to search several PE files to see if any of them import a particular function?
12 Nov
2003
12 Nov
'03
1 p.m.
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 :)
12 Nov
12 Nov
1:31 p.m.
New subject: how to search several PE files to see if any of them import a particular function?
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
8071
Age (days ago)
8071
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jonathan Wilson -
Vincent Béron