Calling a function in an injected DLL?
问题 Using C++, I have an application which creates a remote process and injects a DLL into it. Is there a way to get the remote application to execute a function exported from the DLL, from the application which created it? And is it possible to send parameters to that function? Please note that I am trying to stay away from doing anything within DllMain. 回答1: Note: For a much better answer, please see my update posted below! Okay so here's how I was able to accomplish this: BOOL