[request] inject dll on specified process(pid) by driver

c++ / delphi package - dll injection and api hooking
Post Reply
madshi
Site Admin
Posts: 10859
Joined: Sun Mar 21, 2004 5:25 pm

Re: [request] inject dll on specified process(pid) by driver

Post by madshi »

The driver actually isn't able to inject into already running processes. It doesn't have the code for that. The madCodeHook injection driver only injects into newly created processes. Injecting into already running processes is the job of the user mode library.

Are you doing the user mode injection from within a service? If not, that's what you should do. Here's a demo that shows how:

http://madshi.net/HookProcessTermination.zip
Post Reply