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 发送标准请求数据包。谢谢。
您将需要使用原始套接字(内置于 Windows XP+)或 WinPcap 来创建自定义数据包。