Thread
:
how to get the address of the entry point in an API
View Single Post
#
5
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.
pluscontrol