1
0
Bus Filter reference implementation using DMF paradigms.
Go to file
2023-09-21 12:14:46 +02:00
src Added comments 2023-03-23 17:52:06 +01:00
.editorconfig Added editorconfig 2023-03-23 18:05:13 +01:00
.gitignore Initial commit 2023-03-23 14:45:05 +01:00
DmfBusFilterExtension.props Added props file 2023-03-23 16:50:16 +01:00
DmfBusFilterExtension.sln Added editorconfig 2023-03-23 18:05:13 +01:00
DmfBusFilterExtension.sln.DotSettings Typo 2023-03-23 18:06:59 +01:00
LICENSE Initial commit 2023-03-23 14:45:05 +01:00
README.md Update README.md 2023-09-21 12:14:46 +02:00

DMF Extension Library for Bus Filter Support

🚨 DISCLAIMER 🚨

Provided for education purposes only! For use in lab environments and alike only. Don't use this in production and come crying to me afterwards if things blow up in your face, use at your own risk 💣 That out of the way, please continue reading 😉

About

This extension (or plugin, however you like to call it) to Microsoft DMF gives the kernel driver developer the ability to filter between bus drivers and their child PDOs. The need for such a tool arose when researching and working around a UDE shortcoming with audio devices in the lab environment. Microsoft's official stance on bus filter drivers are... not exultant to say the least. You can take the code for your research and development shenanigans in a controlled lab environment for any similar challenge that comes to mind. Heed my warnings though that I highly discourage the reader from adding code like this to their production releases. It works™ but is in no way, shape or form completely bug-free nor peer-reviewd nor approved by any of the big shots in the Windows driver development world. You have been warned.

How to use

See this example implementation.

Sources & 3rd party credits