|
-
Dec 28th, 2005, 02:42 PM
#1
Thread Starter
Frenzied Member
is the PE format of vc++ 6.0 executables different from vb(.net and 6.0)
When I try to get the IMAGE_IMPORT_DESCRIPTOR from a vc++ 6.0 executable, the win32 dll being used by the exe is in the IMAGE_IMPORT_DESCRIPTOR. But when I use vb(.net or 6.0) exe, the win32 dll being used(or called within the vb application) is not in the IMAGE_IMPORT_DESCRIPTOR. Note: I get the IMAGE_IMPORT_DESCRIPTOR structure by using ImageDirectoryEntryToData() and I use the module handle of the exe itself as one of its parameters.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|