cooper
March 24th, 2004, 11:09
I faced the following problem today
Aim adding dll to a program
its quite simple :
using LoadLibraryA, GetProcAddress, FreeLibrary
if some function is not imported its possible to
get its handle from system dlls like kernel32.dll
by using GetProcAddress
But what to do if GetProcAddress is not imported also?
thats the question
thanx for help.
sorry if this has already been talked
Aim adding dll to a program
its quite simple :
using LoadLibraryA, GetProcAddress, FreeLibrary
if some function is not imported its possible to
get its handle from system dlls like kernel32.dll
by using GetProcAddress
But what to do if GetProcAddress is not imported also?
thats the question
thanx for help.
sorry if this has already been talked