When the loader corrects the addresses in the IAT at Load-time Dynamic linking?
Let’s say I chose the method in which the DLL will load into memory is: at Load-time.
Does this mean that the Loader corrects invalid IAT addresses at Load-time ?
Or still only in Run-time ?
As it does if we chose the method of loading the DLL into memory: at Run-time.