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