Jump to content

Debuggin with lldb iOS 8.1


Go to solution Solved by orella,

17 posts in this topic

Recommended Posts

Posted

Hi guys. I'm trying to hack games with IDA using lldb to get the address but i can't make ir work =S


 


My problem is: When i'm running the command  process connect connect://localhost:1234 always says "connection refused"


 


I have followed some guides to configure the debugserver on my iphone and i think i'ts working good(or probably not =S).


 


Steps i'm doing: 


 


-Open terminal


-ssh root@MyIP and enter password


-when i'm inside my iphone then i attach the game using ./debugserver localhost:1234 --attach=*GameID*


-then debugserver starts and show: 


 attaching to process *GameID*....


 Listening to port 1234 for a connection to from localhost...


 


-After that i open another terminal and type lldb


-When in lldb i type *platform select remote-ios and then it shows all the SDK in my xcode folder.


-And then i'ts when i type "process connect connect://localhost:1234" and always shows the "error: connection refused"


 


I saw some vids of people doing this method and it worked for them. Anyone knows why i'm having this problem?


 


I'm using a iPhone 6 with ios 8.1 and jailbreak.


Posted

i got a debugserver signed for 8.1 but still getting connection refused =S

Connection refused usually comes from not having OpenSSH installed...

 

Could you share the debugserver for 8.1 with us also? :D

  • Solution
Posted (edited)

I solved the problem but i went to sleep :p

 

This is what i did:

used this command to attach the game: ~/debugserver *:1234 --attach=*GameID*

and in lldb terminal: process connect connect://iDeviceIP:1234

And finally solved the connection problem ^^

@@DiDA here you can get it - removed - it's from MIla432 if i'm not wrong :p

Updated by DiDA

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