Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 IOS 上挂钩一些套接字功能(如发送、接收等)。
准备使用mach_star/mach_override的时候,发现好像只有Mac OS X才有。所以,谁能帮帮我?</p>
谢谢你的帮助。
当然不。您将无法注入其他进程——这在技术上是不允许的,因为您的应用程序在沙箱中运行并且无权访问其他进程。它可能适用于您自己的流程,但这有什么意义呢?