【问题标题】:kernel module of Windows that can be found NDIS in memory Windows可以在内存中找到 NDIS 的 Windows 内核模块 Windows
【发布时间】:2014-09-30 15:30:07
【问题描述】:

我想编写一个可以在 Windows 内存中找到的 Windows 7 内核模块并访问该模块 NDIS。如何实施?在这个主题上读什么?您可以在 C++ 中示例代码

【问题讨论】:

    标签: visual-c++ ndis


    【解决方案1】:

    WinDDk 提供了一些示例驱动程序。您可以从这些示例驱动程序中获得帮助。有一个网站ndis.com。在这里,您可以获得与 ndis 内部相关的更多信息。如果你是 ndis 新手,你可以从here 开始,尝试理解 passthru 驱动程序,它是一个 ndis 中间驱动程序,并在 WinDDk 示例驱动程序中给出。

    【讨论】:

      猜你喜欢
      • 2023-04-08
      • 2012-09-03
      • 2014-06-17
      • 2013-06-05
      • 2019-03-25
      • 1970-01-01
      • 2012-07-21
      • 2013-03-10
      • 2015-07-08
      相关资源
      最近更新 更多