How do I hook the TCP stack in Windows to sniff and modify packets?

后端 未结 7 1399
没有蜡笔的小新
没有蜡笔的小新 2021-01-31 22:44

I\'d like to write a packet sniffer and editor for Windows. I want to able to see the contents of all packets entering and leaving my system and possibly modify them. Any lang

7条回答
  •  渐次进展
    2021-01-31 23:22

    If you're doing this for practical reasons, and not just for fun, then you should take a look at Microsoft Network Monitor. The home page talks about the version 3.3 beta, but you can download version 3.2 from the Downloads page. There is also an SDK for NM, and the ability to write parsers for your own network protocols.

提交回复
热议问题