如果我喜欢构建流量整形器和分析器,我应该学习和寻找什么
我喜欢添加和构建类似 WIPFW 的东西,但带有流量整形器选项 我应该在 Windows 驱动程序编程中学习什么? 是否有任何代码包装器可以使驱动程序编程变得更容易?
i like to add and build something like WIPFW but with traffic shaper option
what should i learn in windows driver programing ?
is there any code wrappers that can make it easier to program drivers stuff?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有 winpcap 库,它在用户空间中提供 API 以获取和发送原始形式的数据包。您可以使用它,这样您就不必担心设备驱动程序编程。
There is winpcap library which provides APIs in the user space to get and send packets in the raw form. You can use that so that you don't have to worry about device driver programming.