Jump to content

LLDB Debugger Working with Watchpoints iOS 11 [ Electra ]


95 posts in this topic

Recommended Posts

Posted

Hector has just tried this on iOS 11.3.1 breakpoints work for him but watchpoints don’t :( I will try later on lucky I have a device on iOS 11.2.6 .

Posted
8 minutes ago, Amuyea said:

mikeys-iPad:~ root# debugserver 192.168.0.106

debugserver-@(#)PROGRAM:debugserver PROJECT:debugserver-360.0.26.14

for arm64.

That's your way. But it doesn't work on mine.

But this command works too 


/usr/bin/debugserver IP

 

what version of xcode you using? I downgraded to xcode 9 to get it to work properly

Posted (edited)
2 minutes ago, K_K said:

Hector has just tried this on iOS 11.3.1 breakpoints work for him but watchpoints don’t :( I will try later on lucky I have a device on iOS 11.2.6 .

https://ibb.co/c35wYK

ios 11.3.1 is the issue :(

Updated by K_K
Posted (edited)
2 minutes ago, Pradeep6868 said:

it gives me killed 9 error when I run this command 

iPhone:~ root# debugserver 192.168.xxx.xx

Killed: 9

You have to sign it With jtool

jtool --ent /bootstrap/bin/ls > platform.ent

jtool --ent /bin/ls > platform.ent

jtool -e arch -arch arm64 debugserver

jtool --sign --ent platform.ent --inplace debugserver.arch_arm64

Then rename Debugserve.arch_arm64 to debugerver:)
Updated by K_K

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