Faster than madchook's IPC?

c++ / delphi package - dll injection and api hooking
Post Reply
GNUru
Posts: 25
Joined: Fri Jun 10, 2005 11:39 pm

Faster than madchook's IPC?

Post by GNUru »

Is there any faster way to 'do' interprocess communication with a callback (waiting for the application to respond) than what is in madchook?
Thanks!
-GNUru
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

madCodeHook's IPC functions are currently not optimized for performance. There are definately faster ways to do inter process communication. Honestly, I'm planning to rewrite madCodeHook's IPC functions sooner or later.

You could use a combination of events and file mappings (CreateEvent, CreateFileMapping).
Post Reply