Help with Injecting

c++ / delphi package - dll injection and api hooking
Post Reply
RAD
Posts: 1
Joined: Sun Aug 08, 2004 9:53 pm

Help with Injecting

Post by RAD »

How can I inject into another running process, but without having to manually inject. I want to inject from C# but i've created the DLL to be injected in Delphi and want to send a message to the C# app. I was thinking og creating a COM object to load the DLL but I don't want 2 dll's for just one purpose.

Please let me know.
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Re: Help with Injecting

Post by madshi »

RAD wrote:How can I inject into another running process, but without having to manually inject.
I'm sorry, but I don't understand this question. Could you please explain?
Post Reply