Thread
:
how to get the address of the entry point in an API
View Single Post
#
2
08-23-2005, 13:29
Innocent
Posts: n/a
I think you might be wanting: LoadLibrary yourdll and then GetProcAddress the api you want. It will return the entry point of an api. Check out an api help file or search for these commands.
Innocent