[Frida] Failed to spawn: unexpectedly timed out while waiting for app to launch

energy·2022년 7월 11일
0

frida

목록 보기
1/1

Android 기기에 Frida -f 옵션으로 App spawn 시 발생하는 오류

λ frida -U -l test.js -f com.test.app --no-pause
     ____
    / _  |   Frida 14.2.7 - A world-class dynamic instrumentation toolkit
   | (_| |
    > _  |   Commands:
   /_/ |_|       help      -> Displays the help system
   . . . .       object?   -> Display information about 'object'
   . . . .       exit/quit -> Exit
   . . . .
   . . . .   More info at https://www.frida.re/docs/home/
Failed to spawn: unexpectedly timed out while waiting for app to launch

Android 10 이상부터 존재하는 USAP 기능(빠른 앱 실행 기능)을 비활성화 하면 해결된다.
a50:/ # setprop persist.device_config.runtime_native.usap_pool_enabled false

0개의 댓글