Top "Createremotethread" questions

CreateRemoteThread returning ERROR_ACCESS_DENIED - Windows 7 DLL Injection

I'm trying to write a program that uses CreateRemoteThread to inject a dll. The problem is that CreateRemoteThread is refusing …

winapi dll windows-7 code-injection createremotethread
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 …

c++ module getprocaddress createremotethread