首页
社区
课程
招聘
[求助]救命!用ida远程调试mac os x的问题!
发表于: 2013-2-6 17:11 13472

[求助]救命!用ida远程调试mac os x的问题!

2013-2-6 17:11
13472
最近搞mac os x的调试,用外面的windows版本的ida,调试虚拟机里的mac os x 10.8.2的虚拟机镜像,不知道为啥总是attach失败。情况如下:
1)先选择<attach to the process started on target>,然后就弹出错误提示框:
Could not get target stop status even after breaking. Giving up.
2)然后点OK,又弹出第二个错误提示框:
The debugger could not attach to the selected process.
This can perhaps indicate the process was just terminated, or that you don't have the necessary privileges.

大侠们帮看一下这是为何哦?

[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 0
支持
分享
最新回复 (6)
雪    币: 608
活跃值: (648)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
2
如果是VMWare+IDA调试的话,你需要手工设置.vmx,设置Debug Stub的listen为true
并且还要区分32位64位的调试过程。
2013-2-6 20:15
0
雪    币: 160
活跃值: (34)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
已经在.vmx里进行了如下设置,但是还是提示同样错误啊:

debugStub.listen.guest32.remote = "TRUE" # Allows debugging from a different computer / VM instead of localhost. # The IP for remote debugging will be that of the host.
debugStub.listen.guest64.remote = "TRUE" # Same, but for 64-bit code
debugStub.hideBreakpoints = "TRUE" # Allows gdb breakpoints to work
tools.remindInstall = "TRUE"
2013-2-26 15:32
0
雪    币: 608
活跃值: (648)
能力值: ( LV4,RANK:50 )
在线值:
发帖
回帖
粉丝
4
请上错误提示
2013-2-27 09:54
0
雪    币: 28
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
5
我也遇见这样的问题,怎么回事。有没有解决方法? 我的本机是64位。
2013-7-28 17:49
0
雪    币: 28
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
6
好像发现问题。如果本机是64位,需要用ida64.exe。管理员身份启动ida。
2013-7-28 17:54
0
雪    币: 2862
活跃值: (70)
能力值: ( LV3,RANK:30 )
在线值:
发帖
回帖
粉丝
7
可能是selinux的问题
2019-3-16 13:31
0
游客
登录 | 注册 方可回帖
返回
//