-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
勾选了Recv和WSARecv之后会断开游戏socket #40
Comments
什么游戏,方便发我测试下吗? |
这是来自QQ邮箱的假期自动回复邮件。
已收到你的邮件!
|
This comment was marked as duplicate.
This comment was marked as duplicate.
WSARecv是有缓存机制的,每次可能就发送了一小段数据,所以我的程序抓到数据就先显示出来的 上面两个问题我会想办法修复下,还有这个游戏叫啥名字? 我直接去下载做测试哈 |
2024/10/2 15:16:13 -> lpBuffers:647161212 dwBufferCount:1 lpNumberOfBytesRecvd:647161224 2 我打印了一下数据长度,不明白为什么一个封包会被分割为3个,到达的时候肯定是一个完整的封包的.但是到达WSARecv_Hook的时候又是分3次的 |
wsarecv 就是这样的,每次收一点放缓存区,然后通知程序有数据到了,等全部收完了会再发个通知告诉程序全部收完了 方便的话可以加我 QQ 263659 一起测试,谢谢 |
把这2个取消就可以抓了,但只能抓到发送,抓不到收取.
勾上之后一点开始游戏就断开了.是没有任何保护措施的游戏.
The text was updated successfully, but these errors were encountered: