rapion124 Grandmaster Cheater Supreme
Reputation: 0
Joined: 25 Mar 2007 Posts: 1095
|
Posted: Sun Jun 15, 2008 6:37 pm Post subject: [Help] Interprocess Communication |
|
|
I want to write a DLL that hooks usermode APIs. It will be injected into every process. I also want to have an application that the DLLs will "report" to. How would I have all the DLLs to communicate with my application?
Btw, I was thinking of using file-mapping and a mutex to synchronize the data. Is this a good method?
|
|