View Single Post
  #5  
Old 08-26-2005, 00:06
pluscontrol
 
Posts: n/a
When the program is executed it looks for the IAT wich contains the address of the names of the apis to be imported, then the dlls are loaded with loadlibrary and the address of the apis are replaced with the result of getprocaddress.
Reply With Quote