Windows System Software -- Consulting, Training, Development -- Unique Expertise, Guaranteed Results
The free OSR Learning Library has more than 50 articles on a wide variety of topics about writing and debugging device drivers and Minifilters. From introductory level to advanced. All the articles have been recently reviewed and updated, and are written using the clear and definitive style you've come to expect from OSR over the years.
Check out The OSR Learning Library at: https://www.osr.com/osr-learning-library/
As of now, I can get process Id of a process who is accessing the file in minifilter driver. But I need something more. Can We get URL of search bar of the chrome browser when chrome access some file? I need to block file access for some specific URL.
For Example:
When drive.google.com in chrome access some file then in our minifilter driver, we can get the process Id of chrome BUT somehow is it possible to get URL(i.e drive.google.com) ?
Any idea will be much appreciated.
Upcoming OSR Seminars | ||
---|---|---|
OSR has suspended in-person seminars due to the Covid-19 outbreak. But, don't miss your training! Attend via the internet instead! | ||
Internals & Software Drivers | 19-23 June 2023 | Live, Online |
Writing WDF Drivers | 10-14 July 2023 | Live, Online |
Kernel Debugging | 16-20 October 2023 | Live, Online |
Developing Minifilters | 13-17 November 2023 | Live, Online |
Comments
Certainly not in kernel mode.
-scott
OSR
@jay96612 did you find a solution?