문제

I am looking for a way to sniff network packets and encode them with C# (in summary: alter network traffic).

I don't know how to explain my request but I need something like "Keyboard Hook".

Is there any library or software in .net or Windows API?

도움이 되었습니까?

해결책

I don't think this is possible by default. But there are plenty of third party libraries that enable you to do that. Take a look at

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top