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 createremotethreadThe title explains this all really, I have a process tapping into another process. I need to be able to …
c++ module getprocaddress createremotethreadI wrote dll injection program that works just fine. It loads dll into remote process and calls some function. Now …
c++ winapi dll code-injection createremotethread