一.例外報告
frida.NotSupportedError: unexpected error while attaching to process with pid xxxx
二.解決方法
#首先要重啟下 adb
#斷開之前的frida
#adb shell
#su root
#setenforce 0 變為Permissive模式就可以了
#補充
0: 切換成 permissive(寬容模式);
1: 切換成 enforcing(強制模式)
轉載請註明出處,本文鏈接:https://www.uj5u.com/houduan/203904.html
標籤:Python
上一篇:并發編程 - 行程
