C#应用程序和微过滤器驱动程序之间的通信
是否有通过通信端口与微过滤器通信的 C# 应用程序的示例?
谢谢
is there any example of an c# application that's communicates with a minifilter via communication port?
thx
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我建议你使用C#导入dll文件。
我尝试过直接使用c#与驱动程序进行通信,但很混乱。
WDK提供的样本非常适合学习。
I suggest you to use C# import a dll file.
I've tried to use c# directly to communicate with the driver, it is a mess.
The sample provide by WDK is excellent for studying.
如果您打算将 C# 应用程序直接与微型过滤器驱动程序的端口进行通信,那么这将是一团糟。按照步骤操作,您就会完成它。
If you are going to communicate c# application directly to port of minifilter driver then it will be a mess. Follow the steps and you will get it done.