We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Network监控里面用到的NSURLConnection,NSURLSession,CFNetwork,最底层还是使用的socket,我们要同时监控NSURLConnection,NSURLSession,CFNetwork。那为什么不直接监控iOS里面的socket呢?
The text was updated successfully, but these errors were encountered:
@hcl416029105 BSD Socket 函数在 iOS 真机上实际测试下来是没有办法 hook 成功的,参考这个 Issue
Sorry, something went wrong.
@Liman123 确实不能 hook socket
那为啥close和send等bsd函数可以被hook成功?
aozhimin
No branches or pull requests
Network监控里面用到的NSURLConnection,NSURLSession,CFNetwork,最底层还是使用的socket,我们要同时监控NSURLConnection,NSURLSession,CFNetwork。那为什么不直接监控iOS里面的socket呢?
The text was updated successfully, but these errors were encountered: