Windows 过滤平台标注驱动程序 - 示例、教程、帮助

发布于 2024-07-21 19:45:29 字数 397 浏览 1 评论 0原文

我正在尝试为家长编写一个Windows Filtering Platform Callout Driver控制程序。 不幸的是,我以前从未编写过驱动程序,并且除非您已经了解基础知识(我猜),否则有关它的 MSDN 文档并没有太大帮助。

有谁知道有关该主题的任何好资源吗? 驱动程序开发套件中的书籍、在线示例、文档、示例?

我不会要求任何人为我进行谷歌搜索。 我只需要有关该主题的建议。 如果有人以前走过这条路或者知道一个好的资源,我将非常感激在正确的方向上的推动; 即使它只是一本关于开发 Windows 驱动程序的好书。

谢谢。

I'm trying to write a Windows Filtering Platform Callout Driver for a parental control program. Unfortunately, I've never written a driver before, and the MSDN documentation on it isn't too helpful unless you already know the basics (I'm guessing).

Does anyone know of any good resources on the subject? Books, online samples, documentation, examples in the Driver Development Kit?

I'm not asking anyone to do my Google searches for me. I just need advice on the subject. If someone has been down this road before or knows of a good resource, I would greatly appreciate a nudge in the right direction; even if it's just a good book on developing drivers for Windows.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

把梦留给海 2024-07-28 19:45:29

OSR (此处) 是一个很好的信息资源,并且有一些有用的工具。 CodeProject (此处) 有几个关于 WDM 和 WDF 驱动程序及其代码的好系列。

由于 WFP 似乎适用于 Win2k8、Vista 或更好的版本,因此您可以使用 WDF - 当您看到对 UMDF(用户模式)和 KMDF(内核模式)的引用时,这就是他们所讨论的内容。 使用这些缩写词可能会使谷歌搜索更容易。

使用 WDF 将使事情变得更容易。

在虚拟机中进行任何测试。

OSR (here) is a good resource for information and has some useful tools. The CodeProject (here) has several good series on WDM and WDF drivers with code.

Since the WFP seems to be for Win2k8, Vista, or better, you can use WDF - when you see references to UMDF (user mode) and KMDF, (kernel mode) this is what they are talking about. Using those acronyms may make googling easier.

Using WDF will make things easier.

Do any testing in a virtual machine.

情话已封尘 2024-07-28 19:45:29

您可以阅读驱动程序开发教程和写一个简单的驱动程序。 有我读过的最好的教程。

you can read Driver Development tutorial and write a simple driver. There are the best tutorials I have read.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文