GetModuleHandle(), for a DLL in another process
问题 The title explains this all really, I have a process tapping into another process. I need to be able to GetModuleHandle, on this program for a certain DLL which isn't Windows standard, and I don't have the source code to the main program. I need to use it to call an exported function with GetProcAddress and in the end use it in CreateRemoteThread to remotely start a task on that program. Is there anyway I can get a ModuleHandle from another program, instead of the local program it is creating