x-nas / WinsockPacketEditor

WPE x64 is a Windows software that can intercept and modify WinSock packets, with adaptive support for 32-bit and 64 bit target programs WPE x64 是一款可以拦截并修改 WinSock 封包的 Windows 软件,自适应支持 32 位及 64 位的目标程序
https://www.wpe64.com
MIT License
274 stars 73 forks source link

能否支持 UDP 拦截 #9

Closed garywu123 closed 10 months ago

garywu123 commented 2 years ago

你好, 在使用的该应用的时候发现只能拦截 TCP. 是否能够支持 UDP 的拦截呢?

x-nas commented 10 months ago

程式是hook send,recv函数的,UDP如果用了这几个函数都是可以拦截到的,您可以多测试下看