IPC between DLL in Windows app and desktop process.

c++ / delphi package - dll injection and api hooking
Post Reply
chaos072
Posts: 21
Joined: Wed Mar 20, 2013 2:22 am

IPC between DLL in Windows app and desktop process.

Post by chaos072 »

Hi..

I have some problems with Windows apps. I injected my hook dll into Windows apps successfully.

But I can't figure out how to communicate between my hook dll in Windows app and my desktop applicationn.

What is the best approach to IPC between hooked Windows app(Metry app) and hooking desktop application(or service process)?

Is it possible to use any IPC facility to communicate between hook DLL in Windows app and desktop application at all?

Windows app runs in a sandbox so I can't use traditional IPC facilities like named pipe.

Any suggestions?

Thank you.
madshi
Site Admin
Posts: 10764
Joined: Sun Mar 21, 2004 5:25 pm

Re: IPC between DLL in Windows app and desktop process.

Post by madshi »

Have you tried madCodeHook's IPC functionality? It should work...
chaos072
Posts: 21
Joined: Wed Mar 20, 2013 2:22 am

Re: IPC between DLL in Windows app and desktop process.

Post by chaos072 »

Thank you again madshi..

madCodeHook's IPC just works well.
Post Reply