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 :)
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