Search code examples
windowsfileformatportable-executable

When does the PE file format IAT function addresses get set


I google'd a bit and read http://en.wikipedia.org/wiki/Portable_Executable but i can't seem to find when the Import adress table addresses are written. Does it happen on compilation? Or when the executable is ran?


Solution

  • It happens during runtime. Read this.