AnLun
(AnLun)
2014 年8 月 5 日 10:06
1
Iphone:~ root# chmod +x /usr/bin/debugserverIphone:~ root# debugserver *:1234 -a “SpringBoard”
debugserver-310.2 for armv7.
Attaching to process SpringBoard…
error: failed to attach to process named: “” unable to start the exception thread
Exiting.
有谁碰到过这个问题啊!怎么解决的啊?
AnLun
(AnLun)
2014 年8 月 7 日 01:11
3
wangshuaideMacBook-Pro:dbg wangshuai$ ldid -e debugserver
??
com.apple.springboard.debugapplications
get-task-allow
task_for_pid-allow
run-unsigned-code
??
com.apple.springboard.debugapplications
get-task-allow
task_for_pid-allow
run-unsigned-code
??
com.apple.springboard.debugapplications
get-task-allow
task_for_pid-allow
run-unsigned-code
大大 我也碰见过 签名之后提示的是assertxxxxx什么的 请问大大 签名成功应该是提示什么啊?
你这个怎么有3个相同的权限?重新签一个干净的debugserver试试看吧
重新拷贝一个干净的debugserver到OSX,然后用ldid重新签名
大大你好,我这两天突然无法使用debugserver,以前还用来逆向过程序的,
debugserver *:1234 -a “SpringBoard”
报错
debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-320.2.89
for armv7.
Attaching to process SpringBoard…
Segmentation fault: 11
请问怎么解决的,我的之前也可以,今天试了也是这么个情况