【转】IDA远程调试 The debugger could not attach to the selected process. irs_recv 等待的操做过期

IDA链接android_server 选中进程点ok以后 链接不上报错linux

The debugger could not attach to the selected process.android

This can perhaps indicate the process was just terminated, or that you dot't have the necessary privileges..net

输出窗口提示 irs_recv 等待的操做过期
缘由:debug

Android5.0以后默认启用了 SELinux/SEAndroid server

查看是否开启blog

getenforce进程

解决办法:get

setenforce 0select

或者bug

echo 0 > /sys/fs/selinux/enforce

 

from:https://blog.csdn.net/vanyama/article/details/79989892

相关文章
相关标签/搜索