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 Driver Kitに付属のndisprotサンプルndisドライバーを正常にコンパイルしましたが、C++からパケットを送受信するためにそれを使用する方法がわかりません。誰かが私にその方法を教えてもらえますか?
詳細については、.htmlファイルを確認してください。ドライバーを実行するprottestサンプルアプリは、src \ network \ ndis \ ndisprot \ 60\testディレクトリにあります。Read/WriteFile関数とDeviceIoControl関数の使用方法を示します。