码迷,mamicode.com
首页 > 数据库 > 详细

Error message: Failed to spawn: unable to access process with pid 413 due to system restrictions; try `sudo sysctl kernel.yama.ptrace_scope=0`, or run Frida as root

时间:2019-07-14 19:48:54      阅读:290      评论:0      收藏:0      [点我收藏+]

标签:error   解决方法   方法   sage   hid   通过   bsp   restrict   rest   

Android 8.0 

在frida中使用 -f 参数报错,

Error message: Failed to spawn: unable to access process with pid 413 due to system restrictions; try `sudo sysctl kernel.yama.ptrace_scope=0`, or run Frida as root

通过ps -A  413 查看进程,发现为zygote64,冲突的原因是Magisk  开启了Magisk Hide选项

解决方法:Magisk   -->设置-->Magisk下 去掉勾选Magisk Hide 

技术图片

 

Error message: Failed to spawn: unable to access process with pid 413 due to system restrictions; try `sudo sysctl kernel.yama.ptrace_scope=0`, or run Frida as root

标签:error   解决方法   方法   sage   hid   通过   bsp   restrict   rest   

原文地址:https://www.cnblogs.com/DirWang/p/11185215.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!