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.
icmp.dll の API を使用して、ICMP 応答パケットを生成できますか? 今のところ、IcmpCreateFile、IcmpSendEcho、および IcmpCloseHandle API を使用して標準の Request パケットを送信することしかできませんでした。ありがとう。
カスタム パケットを作成するには、raw ソケット (Windows XP+ に組み込まれている) または WinPcap を使用する必要があります。