|
|
Subject:
Visual Basic 6.0 PE Header Information
Category: Computers > Programming Asked by: codermarc-ga List Price: $50.00 |
Posted:
03 May 2004 12:19 PDT
Expires: 02 Jun 2004 12:19 PDT Question ID: 340415 |
Using Visual Basic 6.0, how can I programmatically get a list of a PE file's dependencies by reading the PE header information? |
|
There is no answer at this time. |
|
Subject:
Re: Visual Basic 6.0 PE Header Information
From: milesmowbray-ga on 06 May 2004 10:10 PDT |
Hi, From VB6 call the utility PEDUMP.EXE passing the name of the .exe and capture its output to a file with redirection (>). Read the redirected file in VB6 using the standard text file commands. PEDUMP.EXE is in this archive : http://www.stats.ox.ac.uk/pub/Rtools/tools.zip The output with the dependencies is under the section named 'Imports Table:'. |
If you feel that you have found inappropriate content, please let us know by emailing us at answers-support@google.com with the question ID listed above. Thank you. |
Search Google Answers for |
Google Home - Answers FAQ - Terms of Service - Privacy Policy |