Jump to content

lldb error: no such file or directory


Go to solution Solved by Amuyea,

13 posts in this topic

Recommended Posts

  • Solution
Posted (edited)

problem:

"error: No such file or directory" SAME PROBLEM

 

Lets go from Beggining..... SPEC:

iPhone 5 v8.1.2 JB      -    Windows 8.1 x64      iPhone IP: 192.168.1.3

Installed debugserver from link, set permission to 6755, restarted phone, turned off, hard reboot, everything tried... i have ssh installed, Cleared windows "host" file...

Connect device to usb por on pc, with original cable... tried other usb holes...

Then I I start "lldb.cmd" no problems...

Then PuTTY connecting with phone selected "ssh" over 192.168.1.3 port 22, PuTTY connect without problems... Than I type root and alpine, and thats it... no problems....

Then i look over igg process id that is turned, tried on few process so to be sure that that is not problem... Than i place game or app in foreground to be on screen "they are decrypted and 777 removed aslr where that was...

 

Than i tried this options as for now... I place this in putty...

debugserver 127.0.0.1:23 --attach=888             "error: No such file or directory" SAME PROBLEM     that says in lldb window

debugserver 127.0.0.1:1234 --attach=888         "error: No such file or directory" SAME PROBLEM     that says in lldb window

debugserver 127.0.0.1:22 --attach=888             app crash

 

then is says that is attached game freeze....

 

then I go to lldb window and type: process connect connect://127.0.0.1:23   or other port same like in putty... waiting some time... than says "error: No such file or directory" always get that error in lldb window....

if you have some suggestions.... some guy writed something about that he uset wifi adress... but i forgot where is that, Dida answered him and asked about signed debugserver for 81....

GUYS ANY HELP..... THANKS IN ADVANCE

 

 

 

solution: http://iosgods.com/topic/5380-tutorial-how-to-get-lldb-working-on-windows/?p=180316

Instead of using 127.0.0.1:23 try this:

On the iPhone SSH Window (PuTTY) type in:

debugserver your.pc.ip.here:8018 --attach=ProcessID

Then on the lldb Window on your PC type this:

process connect connect://your.idevice.ip.here:8018

Wait for a few seconds and when you get process xxx stopped and some kernel stuff, press CTRL+C and then debug the app. :)

 

"

Updated by Amuyea
Posted

problem:

 

 

 

solution: http://iosgods.com/topic/5380-tutorial-how-to-get-lldb-working-on-windows/?p=180316

Instead of using 127.0.0.1:23 try this:

 

On the iPhone SSH Window (PuTTY) type in:

debugserver your.pc.ip.here:8018 --attach=ProcessID

Then on the lldb Window on your PC type this:

process connect connect://your.idevice.ip.here:8018

Wait for a few seconds and when you get process xxx stopped and some kernel stuff, press CTRL+C and then debug the app. :)

 

"

can you help

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines