Re: access PE headers in winelib shared library

2004-11-17 Thread Eric Pouech
Steven Edwards a écrit : Hi, --- Jia L Wu <[EMAIL PROTECTED]> wrote: Can somebody provide some example or information on how to access PE headers(e.g. PIMAGE_DOS_HEADER, PIMAGE_NT_HEADER) wrapped in winelib shared library(e.g. winelib dll)? Thanks a lot! You might be able to do it using the imageh

Re: access PE headers in winelib shared library

2004-11-17 Thread Steven Edwards
Hi, --- Jia L Wu <[EMAIL PROTECTED]> wrote: > Can somebody provide some example or information on how to > access PE headers(e.g. PIMAGE_DOS_HEADER, PIMAGE_NT_HEADER) wrapped > in > winelib shared library(e.g. winelib dll)? Thanks a lot! You might be able to do it using the imagehlp or version ap

access PE headers in winelib shared library

2004-11-17 Thread Jia L Wu
Hi, Can somebody provide some example or information on how to access PE headers(e.g. PIMAGE_DOS_HEADER, PIMAGE_NT_HEADER) wrapped in winelib shared library(e.g. winelib dll)? Thanks a lot! Wu