Search found 6 matches

by geoffreys
Fri Mar 02, 2007 3:46 pm
Forum: madRemote
Topic: Inject failing from 32bit -> 64bit process
Replies: 2
Views: 22280

Sorry, forgot to mention that running as domain admin and have checked the user has local admin privledges. Both debug and act as part of os privledges are enabled.
by geoffreys
Fri Mar 02, 2007 2:47 pm
Forum: madRemote
Topic: Inject failing from 32bit -> 64bit process
Replies: 2
Views: 22280

Inject failing from 32bit -> 64bit process

Hi madshi, I'm recieving a Error 5, access denied injecting a function from a 32bit process into Explorer on 64bit Windows. The same code works fine on XP32bit, Terminal server 32bit and W2003 Server 32bit. Is this because the source is 32bit and destination 64bit? Can you see a way around it? Code ...
by geoffreys
Wed Jan 31, 2007 6:08 am
Forum: madCodeHook
Topic: Spawning user app from non-interactive NT service
Replies: 7
Views: 5957

Hi madshi, Everything works fine under XP (SP2) but crashes the injection target (Explorer) on Windows 2000 SP4. I've replicated the exact crash case by adding 3 lines to your RemoteCmdLine demo -- any chance you could take a look? My lines tagged with *** GJS ADDED unit Test2; interface implementat...
by geoffreys
Tue Jan 30, 2007 12:20 pm
Forum: madCodeHook
Topic: Spawning user app from non-interactive NT service
Replies: 7
Views: 5957

:crazy: I don't know how you do it but damn you're good. BTW, madExcept is a life saver! Best $50 I ever spent!
by geoffreys
Tue Jan 30, 2007 11:41 am
Forum: madCodeHook
Topic: Spawning user app from non-interactive NT service
Replies: 7
Views: 5957

Hi madshi, Thanks for the quick reply! CreateProcessWithLogonW, but you'd need to know the user credentials, which you probably don't, right? Sadly no - that would have made things a lot easier :) What I can say is that you can hack around this problem quite simply with madCodeHook. Check out "...
by geoffreys
Tue Jan 30, 2007 10:05 am
Forum: madCodeHook
Topic: Spawning user app from non-interactive NT service
Replies: 7
Views: 5957

Spawning user app from non-interactive NT service

Hi all, I've been tasked with finding of starting our client application in the context of the currently logged on user from our NT service. The service runs as a specific local admin user so the interactive flag can't be set. When the 'client' app starts, it needs to have the security context of th...