以 root 身份运行 iPhone 应用程序
我正在为越狱设备开发iPhone应用程序,我需要root权限。是否有使我的应用程序以 root 身份运行的文档?
I am developing an iPhone app for jailbroken devices, and I need root privileges. Is there documentation for making my app run as root?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要使用 root 权限运行任何可执行文件,它必须由 root 拥有,并且需要 suid 权限来设置您必须在终端中以 root 身份登录:
To run any executable with root privileges it must be owned by root and it needs suid in permissions to set that you have to be logged as root in terminal: