lemon4ex / XcodeRootDebug

Allow Xcode to start a custom debugserver with root privileges to debug iOS apps.
206 stars 49 forks source link

Starting debugserver without root? #4

Closed wojciech-kulik closed 9 months ago

wojciech-kulik commented 9 months ago

Hi,

I'm looking for some information regardless starting debugserver. It seems like you have some knowledge about that. Do you know if it is possible to start debugserver without root on an iPhone?

I tried things like:

xcrun devicectl device process launch -d XYZ /Developer/usr/bin/debugserver

but with no luck. Any help would be appreciated

lemon4ex commented 9 months ago

What do you mean by root? Jailbroken devices can be debugbed using debugserver, as for whether they are root privileges can be adjusted as needed, non-jailbroken devices should only be debugged with the help of Xcode attach or startup process

wojciech-kulik commented 9 months ago

I meant non-jailbroken devices. Is it possible to start debugserver then?

lemon4ex commented 9 months ago

I meant non-jailbroken devices. Is it possible to start debugserver then?

As far as I know, debugging is only possible with the help of Xcode

wojciech-kulik commented 9 months ago

:( ok, thank you for your help! 👍