-
Notifications
You must be signed in to change notification settings - Fork 139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to get connection from a remote gdb process #22
Comments
Don't forget platform-application |
Did anyone fixed this problem? |
well,you should adjust debugserver some permissions,just like this: firstly, use this command to get plist: 'ldid -e debugserver > debugserver.entitlements' edit the debugserver.entitlements like this, add get-task-allow = YES; and then use this command to rebuild: 'ldid -Sdebugserver.entitlements debugserver' enjoy ! |
Summary:
saved to
For details, see my other answer: ios - iOS11 JB debugserver Failed to get connection from a remote gdb process - Stack Overflow |
iPhone7+ 11.3.1
iPhone7p:/ root#
ps ax | grep demo
iPhone7p:/ root#
/electra/jailbreakd_client 1258 1
iPhone7p:/ root#
/Developer/usr/bin/debugserver *:6666 -a 1258
iPhone7p:/ root#
ldid -e debugserver > debugserver.entitlements
open debugserver.entitlements and set
get-task-allow YES
task_for_pid_allow YES
ldid -Sdebugserver.entitlements debugserver
scp debugserver [email protected]:/usr/bin/
chmod +x /usr/bin/debugserver
debugserver *:6666 -a 1286
Killed: 9
The text was updated successfully, but these errors were encountered: