how to inject the dll to other process

c++ / delphi package - dll injection and api hooking
Post Reply
sunboyvrv
Posts: 8
Joined: Thu Apr 07, 2005 8:42 am

how to inject the dll to other process

Post by sunboyvrv »

hi everyone,
how to inject my dll into other process befor the process running,or during the process mapping to the memery
madshi
Site Admin
Posts: 10765
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Do you know who starts this other process? If not, your only choice probably is to inject your dll system wide and check in the initialization of your dll in which process it is currently being loaded.
sunboyvrv
Posts: 8
Joined: Thu Apr 07, 2005 8:42 am

hi,madshi

Post by sunboyvrv »

hi,
thank you replay. can you tell me how to inject my dll system, can you give me a example
madshi
Site Admin
Posts: 10765
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

I'm sorry, I'm not sure what you mean. Can you please explain it a bit more in detail?
sunboyvrv
Posts: 8
Joined: Thu Apr 07, 2005 8:42 am

hi madshi

Post by sunboyvrv »

i mean how to inject my dll as a system wide
madshi
Site Admin
Posts: 10765
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Just check out all the system wide demos. It's explained there. E.g. using InjectLibrary(ALL_SESSIONS).
Post Reply