I am accessing the file through normal tab and incognito tab of two instances of chrome.
I want to get the PID of incognito windows/tab of chrome process who is accessing the file. I tried in pre operation callback of IRP_MJ_READ but getting same PID irrespective of accessing the file via normal windows or incognito windows . Since in chrome browser, each tab is a separate process so I want PID of those process who is accessing the file.
Can we get it? is it possible to get PID of those process(incognito tab or normal tab ) who is accessing the file of chrome browser.