inject for all users

c++ / delphi package - dll injection and api hooking
Post Reply
SteelX
Posts: 5
Joined: Fri Oct 08, 2004 3:02 pm

inject for all users

Post by SteelX »

how can i do than the hook inject for all user at the start(boot)?
can i quit the admin restict?



please help me...

sorry about my bad english :cry:
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

You can install a service which when getting started calls InjectLibrary. Or you can put a program in the "Startup" folder of the startup menu (or in the Registry->Run key). If you want to support non-admin accounts, too, you won't get around writing a little service.
Taner
Posts: 13
Joined: Sun Oct 24, 2004 8:14 am

Post by Taner »

can you tell me exactly how to write a service?
a little example maybe?
madshi
Site Admin
Posts: 10753
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

Check out the HookProcessTermination demo. It contains a service.
Post Reply