Hi, Thanks for the reply. But winedump is for handling native win32 dll files. Is there similar tool or code that can handle winelib file format. Or how can I retrieve DOS and NT headers from a winelib executable file? Thanks.
Wu
On Thu, 11 Nov 2004, Kevin Koltzau wrote:
On Thursday 11 November 2004 11:37 am, Jia L Wu wrote:
I have a win32 function which can read an executable file and determine all the dependent dlls. I want to port it to Linux and build it using winelib. Hence the same functunalities can be achieved (i.e determine if the file is winelib file and all its dependent winelib dlls). Can somebody tell me how the following code be modified so that it works for winelib application? Thanks a lot.
You could take a look at tools/winedump the command "winedump dump -j import <dllname>" does basically what you are looking for