DymOK93 / KTL

Kernel Template Library: STL-style containers and tools for Windows kernel space programming
MIT License
88 stars 20 forks source link

Add Mini-Filter support to the basic runtime routines #80

Closed DymOK93 closed 3 years ago

DymOK93 commented 3 years ago

Based on the results of the experiment, I came to the conclusion that it is more optimal to remove minifilter support and assign it to the user and accurately documenting the behavior. The reasons:

DymOK93 commented 3 years ago

Closed by https://github.com/DymOK93/KTL/pull/83