https://github.com/lebaoworks/filterdriver
https://github.com/lebaoworks/filterdriver
file-protector minifilter minifilter-driver shell-extension
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/lebaoworks/filterdriver
- Owner: lebaoworks
- Created: 2023-06-20T17:22:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T08:52:50.000Z (almost 2 years ago)
- Last Synced: 2025-03-27T07:51:32.416Z (over 1 year ago)
- Topics: file-protector, minifilter, minifilter-driver, shell-extension
- Language: C++
- Homepage:
- Size: 154 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.txt
Awesome Lists containing this project
README
========================================================================
BfpDrv Project Overview
========================================================================
This file contains a summary of what you will find in each of the files that make up your project.
BfpDrv.vcxproj
This is the main project file for projects generated using an Application Wizard.
It contains information about the version of the product that generated the file, and
information about the platforms, configurations, and project features selected with the
Application Wizard.
BfpDrv.vcxproj.filters
This is the filters file for VC++ projects generated using an Application Wizard.
It contains information about the association between the files in your project
and the filters. This association is used in the IDE to show grouping of files with
similar extensions under a specific node (for e.g. ".cpp" files are associated with the
"Source Files" filter).
Public.h
Header file to be shared with applications.
Driver.c & Driver.h
DriverEntry and WDFDRIVER related functionality and callbacks.
Device.c & Device.h
WDFDEVICE related functionality and callbacks.
Queue.c & Queue.h
WDFQUEUE related functionality and callbacks.
Trace.h
Definitions for WPP tracing.
/////////////////////////////////////////////////////////////////////////////
Learn more about Kernel Mode Driver Framework here:
http://msdn.microsoft.com/en-us/library/ff544296(v=VS.85).aspx
/////////////////////////////////////////////////////////////////////////////