minifilter
minifilter vs. API Hooking for file system operations monitoring \ filtering
I need to develop an application that monitors, and potentially filters (rejects the calls开发者_如何学C), file operations.[详细]
2023-04-05 15:59 分类:问答I want to create a minifilter driver to transparently redirect disk i/o, but I'm having trouble getting started
A project I\'m working on at the moment requires the implementation of a copy-on-w/m mechanism which will be used to redirect disk i/o in a similar manner to Deep Freeze or Sandboxie, on Windows XP. I[详细]
2023-03-30 01:34 分类:问答MiniFilter driver. Filter attaching problems
I\'m developing a miniFilter driver and took the Microsoft\'s SwapBuffers miniFilter as example. An InstaceSetup routin by default is attaching to all volumes. But I don\'t want[详细]
2023-03-04 16:56 分类:问答USB storage device SerialNumber from minifilter driver (from USB device descriptor)
I want to extract a USB storage device serial number from inside a minifilter filesystem driver, inside the InstanceSetup callback using the technique described here the only difference is that I do i[详细]
2023-01-04 19:32 分类:问答Windows Filesystem Minifilter Drivers: can I monitor and prevent FS operations using them?
I need to: 1. Monitor operations on certain drives/paths 2. Prevent read and/or write operations on certain drives/paths[详细]
2022-12-30 07:58 分类:问答jqGrid and JQuery UI tabs showing grids expanded only on primary tab (div)
I have added some grids (jqgrid) to a jQuery UI Tabs object. All the grids on the Tabs child that is expanded by default, displays perfectly. But the grids on the Tab children that are NOT expanded by[详细]
2022-12-18 06:52 分类:问答