Jump to content

A Working LLDB for Windows?


jay181020

35 posts in this topic

Recommended Posts

  • Replies 34
  • Created
  • Last Reply

On which program ? Putty or LLDB .. Yeah I'm using my my phone I.p to connect to putty but do I put the same I.p in after I do the debuserver ?

 

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. :)

awesome that work

 

How do I change the port and the permission are 755 because 06755 won't stick

the owner should be root

and the group wheel

and if you're using iFile add sticky to user and group

and i mean by port like this

let's say the pc ip = 111.222.3.1

and the iDevice ip = 111.222.3.2

open putty also no need to plug your iDevice to the  PC ^_^

i think you know how to use putty :lol:

run lldb.exe

now in putty do like this 

debugserver 111.222.3.1:8018 --attach=???

Note: change the 111.222.3.1 with your pc ip

switch to lldb and do this

process connect connet://111.222.3.2:8018

Note: you know it :lol: change the 111.222.3.2 with your iDevice ip :lol:

then use lldb ^_^

the owner should be root

and the group wheel

and if you're using iFile add sticky to user and group

and i mean by port like this

let's say the pc ip = 111.222.3.1

and the iDevice ip = 111.222.3.2

open putty also no need to plug your iDevice to the PC ^_^

i think you know how to use putty :lol:

run lldb.exe

now in putty do like this

debugserver 111.222.3.1:8018 --attach=???

Note: change the 111.222.3.1 with your pc ip

switch to lldb and do this

process connect connet://111.222.3.2:8018

Note: you know it :lol: change the 111.222.3.2 with your iDevice ip :lol:

then use lldb ^_^

After changing everything now LLDB is saying "unsupported connection url"

Archived

This topic is now archived and is closed to further replies.

×
  • 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