I want to hook some socket functions(such as send, recv,etc) on IOS.
When I’m ready to use mach_star/mach_override, found that it seems to be only available on Mac OS X.So,Who can help me out?
Thanks for any help.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Definitely not. You won’t be able to inject to another processes — that is technically disallowed, since your app is running in a sandbox and doesn’t have access to other processes. It might work on your own process, but what’s the point of that?