-
Notifications
You must be signed in to change notification settings - Fork 909
frida.PermissionDeniedError #14
Comments
我这边APP加固后是双进程,运行python main.py后也是提示frida.PermissionDeniedError: unable to access process with pid 14667 due to system restrictions; try 有什么办法可以Or, use command arguments这种方式? |
一样360加固,因该是自己fork了一个子进程。脱壳的话可以用其他方法 |
Or, use command arguments: -n: [Optional] Specify target process name, when spawn mode, it requires an application package name. If not specified, use frontmost application. 但是运行frida-dexdump提示命令不存在,需要怎么操作?望大佬解答一下 |
@wholegale39 python main.py -n com.xxxx.xxx -f |
感谢,试了上述方法python main.py -p PID可以dump出加固后守护进程dex,不过这里面没有太多业务逻辑,尝试python main.py -p PID业务主进程,就提示return Session(self._impl.attach(self._pid_of(target))) |
工具是不是没用了用真机也这样显示 |
你可以尝试切换frida 的版本。我最后就是这样解决的 |
加了-f后还是提示(即便时间设置为1s) frida.PermissionDeniedError: 不启动app的情况下 python main.py -n com.xxxx.xxx [Except] - Unable to inject into process: Cannot found process in |
这个问题有解决方案吗 |
各位大佬 |
unable to access process with pid 1333 due to system restrictions; try
sudo sysctl kernel.yama.ptrace_scope=0
, or run Frida as root怎么解决
The text was updated successfully, but these errors were encountered: