Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Windows メモリにある Windows 7 のカーネル モジュールを作成し、モジュール NDIS にアクセスしたいと考えています。実装方法は?この件について何を読むべきですか?C++でコードをサンプルできます
WinDDk には、いくつかのサンプル ドライバーが用意されています。これらのサンプル ドライバーを利用することができます。1 つの Web サイトndis.comがあります。ここでは、ndis の内部に関する詳細情報を取得できます。ndis を初めて使用する場合は、ここから開始して、ndis 中間ドライバーであり、WinDDk サンプル ドライバー内で提供されるパススルー ドライバーを理解しようとすることができます。