IDA连接android_server 选中进程点ok之后 连接不上报错 The debugger could not attach to the selected process. This can perhaps indicate the process was just terminated, or that you dot't have the necessary privileges. 输出窗口提示 irs_recv 等待的操作过时原因: Android5.0之后默认启用了 SELin
在windows下如何用IDA优雅调试ELF brief: 构建一个IDA-linux_server-docker镜像,优雅地IDA远程调试 使用传统虚拟机来运行一个linux程序就得跑一个完整的linux镜像,这无形中浪费了很多资源,而且一点也不优雅.docker就很完美的解决了这一点,我们可以在某个简单的linux基础镜像上构造一个ida_server,这样比较灵活.方便,而且比较elegant. 安装 docker for windows http://www.cnblogs.com/ho
在windows下如何用IDA优雅调试ELF brief: 构建一个IDA-linux_server-docker镜像,优雅地IDA远程调试 使用传统虚拟机来运行一个linux程序就得跑一个完整的linux镜像,这无形中浪费了很多资源,而且一点也不优雅.docker就很完美的解决了这一点,我们可以在某个简单的linux基础镜像上构造一个ida_server,这样比较灵活.方便,而且比较elegant. 安装 docker for windows http://www.cnblogs.com/ho