Hi all,
The IRP_MJ_SET_SECURTIY has a PSECURITY_DESCRIPTOR in its IoStackLocation’
parameters.
Can anybody tell me what is the data in the buffer at which the pointer is
pointing??
Is there in way in which we can extract the data stored at the buffer at
which this pointer is pointing?
Also is it possible if we can create our own security descriptor, fill in
the buffer & pass it to the lower level driver?
Thanks