一.异常报告
<code class="language-python"><a href="https://www.gaodaima.com/tag/frida" title="查看更多关于frida的文章" target="_blank">frida</a>.NotSupportedError: unexpected error while attaching to process with pid xxxx </code>
www#gaodaima.com来源gao($daima.com搞@代@#码(网搞代码
二.解决方法
<code class="language-python">#首先要重启下 <a href="https://www.gaodaima.com/tag/adb" title="查看更多关于adb的文章" target="_blank">adb</a> #断开之前的frida #adb shell #su root #setenforce 0 变为Permissive模式就可以了 #补充 0: 切换成 permissive(宽容模式); 1: 切换成 enforcing(强制模式) </code>