and i can get the hModule using OpenProcess Then Use EnumProcessModulesEx
to get the handel of the module but i have other question the baseModule is have to be the same of handelModule becouse when i get the handelModule of
mono-2.0-bdwgc.dll using EnumProcessModulesEx the handelModule of the dll was the the same of the baseModule ??!
and i try to use GetProcAddress and give it the handelModule and the process name it give me null too, so any help;
Is that being called from another process?
GetModuleHandle:
Quote:
Retrieves a module handle for the specified module. The module must have been loaded by the calling process.
EnumProcessModulesEx:
Quote:
The EnumProcessModulesEx function is primarily designed for use by debuggers and similar applications that must extract module information from another process.
_________________
I don't know where I'm going, but I'll figure it out when I get there.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You can download files in this forum