Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Device.spawn() times out, despite successfully launching app

オープン
#178 コメント 3 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
38/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python
領域
mobile-dev

調査の方向性

まず、報告された iOS セットアップで Frida 14.2.14 を使用して、提供された Python スニペットを再現します。次に、Device.spawn() を起動待機パスとその acknowledgment 処理に沿って追跡します。アプリが起動し、spawn() が frida.TimedOutError を発生させずに戻れば完了です。

索引モデルが issue の本文から書いたものです。

説明

Hi there,

I'm using Frida 14.2.14 against an A13 device running iOS 14.3, which is jailbroken using unc0ver 6.1.1.

I would expect the following code to spawn a new instance of <app>.

import frida, time

device = frida.get_usb_device()
device.kill("app") # Make sure no instances of "app" are running

time.sleep(3) # give the device a moment to collect its thoughts

device.spawn("com.app")

Doing this does spawn a new instance of <app> on my device in a resumed state, however the script containing this code hangs, before giving the following error:

frida.TimedOutError: unexpectedly timed out while waiting for app to launch

It appears that the script isn't able to acknowledge that <app> has launched - either Frida server is not sending a notification, or the Device object isn't receiving it.

主要言語
Python
スター
873
フォーク
173
PR マージ指標
30日以内にマージされた PR はありません

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

frida/frida-python のほかの issue

frida/frida-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。