Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6662185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T02:21:47+00:00 2026-05-26T02:21:47+00:00

I’m trying to write an exe packer for windows. I’ve got some of the

  • 0

I’m trying to write an exe packer for windows. I’ve got some of the basics worked out so far. The part I’m up to though is reading the “BOUND IMPORT Directory Table” (or .idata section?), basically the section of the PE file that contains the list of DLLs that the loader needs to import.

I’m wondering what the best way to either:

[A] find out where the IAT is (because running PEView against a few different .exe’s seems to show that this list can be contained in multiple different places) and then read the list

OR

[B] Just find a way to directly read the list of DLLs that an exe needs to import.

Is there a way of doing this? Is there any further reading people can recommend on where the IAT should be and how does one read it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T02:21:47+00:00Added an answer on May 26, 2026 at 2:21 am

    Yes, you can find the IAT by wading through the executable’s headers. Look in winnt.h for the header declarations.

    For an excellent breakdown of how to find information in the headers, see Matt Pietrek’s series in MSDN Magazine, “An In-Depth Look into the Win32 Portable Executable File Format”, Parts I and II.

    You can also obtain the actual Microsoft PE specification from here.

    TL;DR: Basically the sequence of lookups is as follows:

    1. Start with the base address of the binary. That is a IMAGE_DOS_HEADER structure.
    2. Follow the e_lfanew field to get to the IMAGE_NT_HEADERS structure.
    3. Follow the OptionalHeader to get to the IMAGE_OPTIONAL_HEADER structure (despite its name, it’s no longer optional).
    4. Follow DataDirectory[IMAGE_DIRECTORY_ENTRY_IMPORT] to an array of IMAGE_IMPORT_DESCRIPTOR structures. There’s one entry per imported DLL. The last entry in this array will be zeroed out.
    5. The Name field in each entry is an RVA that points to the DLL’s name. The FirstThunk field is an RVA that points to that DLL’s IAT, which is an array of IMAGE_THUNK_DATA structures.
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have just tried to save a simple *.rtf file with some websites and
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
I've got a string that has curly quotes in it. I'd like to replace
I am reading a book about Javascript and jQuery and using one of the
I am trying to render a haml file in a javascript response like so:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.