Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iOSの脱獄でptraceを使用する小さなデバッガーを作成したいと思います。
これで、他のプロセスを正常にアタッチできましたが、「PTRACE(PT_CONTINUE、m_tid、(caddr_t)1、data)」は常に「操作はサポートされていません」を返します。errno番号は45です。
PT_CONTINUEを使用してiOSでプロセスを再開できませんでしたか?アタッチした後にプロセスを再開する同等の方法はありますか?