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/
Assume we've got a local and a network drive in the system (can be a folder mapped to the letter).
I need to track down the files that were copied from the network drive(s). It's possible to track individual files located on the local drive by writing callbacks for IRP Event (e.g. IRP_MJ_CREATE, IRP_MJ_WRITE) and filtering them, but since the structure PFLT_CALLBACK_DATA and its inner substructure PFLT_IO_PARAMETER_BLOCK contains no information about where the file was copied from, I am unable to make any progress and find API in MSDN that could somehow be relatable.
Any suggestions?
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 | 7 February 2022 | Live, Online |
Kernel Debugging | 21 March 2022 | Live, Online |
Developing Minifilters | 23 May 2022 | Live, Online |
Writing WDF Drivers | 12 September 2022 | Live, Online |