Prev: Can I use winusb.sys to install an HID device instead of hidclass.
Next: ZwQuerySecurityObject, FltQuerySecurityObject,ObGetObjectSecurity returning ACCESS DENIED on a network share file.
From: Maxim S. Shatskih on 24 Aug 2010 15:45 > I imagine the problem is because the kernel has not been authorised in > the same way as the shell once the user owning that share has logged > on. What is your take on this? Your kernel code must be in the correct user thread context to make such SMB calls. -- Maxim S. Shatskih Windows DDK MVP maxim(a)storagecraft.com http://www.storagecraft.com
From: Pavel A. on 25 Aug 2010 06:09
"matt_sykes" <zzebowa(a)hotmail.com> wrote in message news:fd566716-1ac7-403d-ad82- ......... > In another product we hooked NtCreateTokan in order to do > impersonation but this isnt in this product. That's good - no need to repeat the traditional mantras about hooking :) -- pa |