一.異常報告
frida.NotSupportedError: unexpected error while attaching to process with pid xxxx
二.解決方法
#首先要重啟下 adb
#斷開之前的frida
#adb shell
#su root
#setenforce 0 變為Permissive模式就可以了
#補充
0: 切換成 permissive(寬容模式);
1: 切換成 enforcing(強制模式)
frida.NotSupportedError: unexpected error while attaching to process with pid xxxx
#首先要重啟下 adb
#斷開之前的frida
#adb shell
#su root
#setenforce 0 變為Permissive模式就可以了
#補充
0: 切換成 permissive(寬容模式);
1: 切換成 enforcing(強制模式)
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。