I'm doing a minifilter to get a ransomware by honeypot some files, I tried to get the requestor pid on mini filter pre write operation, but it's giving blue screen of death
The line is that:
HANDLE processId = IoGetRequestorProcessId(Data);
How do I fix this?