IOS11 启动一个ROOT权限 Daemon 失败

需求: 如何在ios11 运行一个 root权限的 Daemon
日志: Sandbox: hook…execve() killing DaemonDemo.e5439479.unsigned[pid=361, uid=0]: outside of container && !i_can_has_debugger
操作步骤: 根据狗神的Daemon教程弄的,ios10上没问题

我也遇到这个问题了

Kernel not properly patched

贴个我改的demo支持iOS11,GitHub - AsTryE/ios-daemon: demonize an iOS command-line tool on a jail broken device using dpkg & launchctrl

是的重点就在那个platform app的Entitlement上。可以单独写篇干货贴

ent我加了,跟楼主的一样,root权限也有,可以运行,但报其他错误
Electra JB后,遇到问题
kernel(AppleMobileFileIntegrity)[0] : Library Validation failed: Rejecting ‘/usr/lib/librocketbootstrap.dylib’ (Team ID: none, platform: no) for process ‘asTasker(11521)’ (Team ID: none, platform: no), reason: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)