All Projects → slavaim → Windows-System-Wide-Filter

slavaim / Windows-System-Wide-Filter

Licence: other
Windows WDM driver filters to filter IO to devices and file systems

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Windows-System-Wide-Filter

Macosx Kernel Filter
A Mac OS X kernel mode filter driver ( a kernel extension ) for devices, file systems and network
Stars: ✭ 126 (+157.14%)
Mutual labels:  filesystem, filter
crunchdb
A simple JSON based database system written in PHP. Useful for smaller applications.
Stars: ✭ 32 (-34.69%)
Mutual labels:  filesystem
nimSocks
A filtering SOCKS proxy server and client library written in nim.
Stars: ✭ 51 (+4.08%)
Mutual labels:  filter
glob
Pure Nim library for matching file paths against Unix style glob patterns.
Stars: ✭ 58 (+18.37%)
Mutual labels:  filesystem
gravity
User-space deniable data encryption client.
Stars: ✭ 89 (+81.63%)
Mutual labels:  filesystem
eloquent-filter
Library to form search criteria through expressions in the query string
Stars: ✭ 23 (-53.06%)
Mutual labels:  filter
libusbhsfs
USB Mass Storage Class Host + Filesystem Mounter static library for Nintendo Switch homebrew applications.
Stars: ✭ 81 (+65.31%)
Mutual labels:  filesystem
aliyun-oss-laravel
Laravel 的 Aliyun OSS 扩展, 支持 Laravel 9. Alibaba Cloud Object Storage Service For Laravel.
Stars: ✭ 91 (+85.71%)
Mutual labels:  filesystem
-LibraryOS-Exokernel Implementation
Exokernel is one of the major sources for container and library OS techniques.
Stars: ✭ 41 (-16.33%)
Mutual labels:  filesystem
nvfuse
NVMe based File System in User-space
Stars: ✭ 81 (+65.31%)
Mutual labels:  filesystem
kodbox
kodbox is a file manager for web. It is a newly designed product based on kodexplorer. It is also a web code editor, which allows you to develop websites directly within the web browser.You can run kodbox either online or locally,on Linux, Windows or Mac based platforms
Stars: ✭ 1,188 (+2324.49%)
Mutual labels:  filesystem
ksmbd
ksmbd kernel server(SMB/CIFS server)
Stars: ✭ 181 (+269.39%)
Mutual labels:  filesystem
laminas-i18n
Provide translations for your application, and filter and validate internationalized values
Stars: ✭ 40 (-18.37%)
Mutual labels:  filter
RxLogs
An Android & Kotlin Reactive Advanced Logging Framework.
Stars: ✭ 12 (-75.51%)
Mutual labels:  filesystem
skywalker
A package to allow one to concurrently go through a filesystem with ease
Stars: ✭ 87 (+77.55%)
Mutual labels:  filesystem
capella
Cloud service for image storage and delivery
Stars: ✭ 116 (+136.73%)
Mutual labels:  filter
paragon apfs sdk ce
Paragon APFS SDK Free
Stars: ✭ 97 (+97.96%)
Mutual labels:  filesystem
ar-search
Provides unified search model for Yii ActiveRecord
Stars: ✭ 31 (-36.73%)
Mutual labels:  filter
save-file
Save any data to file in browser or node
Stars: ✭ 40 (-18.37%)
Mutual labels:  filesystem
physfs-old
UNOFFICIAL Git mirror of PhysicsFS Mercurial repository. The official repository has also moved to GitHub; this one will no longer be updated. Official website:
Stars: ✭ 53 (+8.16%)
Mutual labels:  filesystem

Windows-System-Wide-Filter

License

The license model is a BSD Open Source License. This is a non-viral license, only asking that if you use it, you acknowledge the authors, in this case Slava Imameev.

Design

This is a set of Windows drivers that were developed to filter all input-output in the system including file system access filtering. The drivers are WDM drivers with some hooking techniques that allows drivers to be loaded by demand and control already started devices and mounted file systems.

I developed this project in 2006-2007. The drivers were tested but some functionality is missing. The project is closed and will not be supported.

##Directory structure

Directory Description
common/objects an object manager, similar to Windows Object Manager
common/wthreads a worker threads library
common/hash a hash table implementation
o_core a core that provides services such as filesystem minifilter emulation, IRP completion hooking, PnP tree
o_hooker a driver objects hooker
o_filter IRP filtering functionality
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].