Rights in XP "limited" mode

c++ / delphi package - dll injection and api hooking
Post Reply
iridium
Posts: 9
Joined: Thu Aug 19, 2004 10:39 am

Rights in XP "limited" mode

Post by iridium »

I was wondering if there is a way to use InjectLibrary() with the special flags (CURRENT_SESSION, etc.) in a "limited user" mode. I know that Admin rights are needed but... does anybody know a way around it?

(Btw I have tried runas and cacls, but the program won't start when in limited user mode)

Thanks!
madshi
Site Admin
Posts: 10754
Joined: Sun Mar 21, 2004 5:25 pm

Post by madshi »

InjectLibrary(specialFlag) definately needs admin rights, no way around that.

RunAs an admin should work, though, I think.
Post Reply