Link to home
Start Free TrialLog in
Avatar of Roger Wilson
Roger WilsonFlag for United States of America

asked on

Delphi PE Import Table Enumeration

Hello Experts,


I'm looking for a simple solution to enumerate the imports of an executable module on disk for Windows in Delphi. I'd prefer if the list showed the module name and the exported function name inside a neat StringList as it's easy to maintain and analyze. The function however would also need to support both 32-bit and 64-bit modules for the import lookup. I realize that the structure sizes have changed based on the file bit difference. 


Thanks in Advance Experts!


Sincerely,

RW

ASKER CERTIFIED SOLUTION
Avatar of Sinisa Vuk
Sinisa Vuk
Flag of Croatia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial