I want writer a small debugger using ptrace on iOS jailbreaking.
Now i could attach the other process successfully,but then 'PTRACE(PT_CONTINUE, m_tid, (caddr_t)1, data)' always returns 'Operation not supported', the errno number is 45.
I just could not use PT_CONTINUE to resume the process on iOS? Is there an equivalent method to resume the process after attaching to it?