Hello guys,
Today I wanted to try out lldb (I'm on windows), but I'm struggling with the last part of DiDa's tutorial.
I set everything up:
- First I gave debugserver 6755 permissions using chmod
- Then I SSH'd into my device, and executed 'debugserver 127.0.0.1:23 --attach=(binaryname)'
- Since I am on Windows 10, I used iFunbox to open the port (image )
- Then I opened the lldb console and entered 'process connect connect://127.0.0.1:23
but that gives the error 'error: failed to get reply to handshake packet'
When I try it with my iPhone's local IP lldb just crashes.
I already tried another port, reboot, rejailbreak and searched the forum for answers but none worked for me.
Can anyone here help me?
- Mike