Hi
I have a minifilter driver that needs to log data about who is reading files. ( the owner of the process that initiate the read operation).
I was thinking to use the security descriptor that is linked to IRP_MJ_CREATE, but that seems to be always NULL.
can I use FltGetRequestorProcess()? How would I get the process owner from this function?
Hi
I have a minifilter driver that needs to log data about who is reading files. ( the owner of the process that initiate the read operation).
I was thinking to use the security descriptor that is linked to IRP_MJ_CREATE, but that seems to be always NULL.
can I use FltGetRequestorProcess()? How would I get the process owner from this function?