简体   繁体   中英

Attach a frida on a paused app startup (waiting for debug)

I'm try to attach a frida script to a paused process on an Android emulator. I followed those steps:

  • Android EMU: ro.debuggable=1
  • Android EMU: on developer options I set "Waiting for debugger" and select my app on "Select app for debug" list
  • Create a frida script where I just call console.log("Attached to process")
  • Start AndroidStudio 3.1 and Attach to a process (via ADB)

Well, I start the frida script, the app spawn and wait for a debugger attach, then I attach to it with Android Studio. I attach successful with Android Studio but frida script remain freezed without showing the message on console.

It's a problem on android emulator?

实际上,我只是在Frida + Android Emulator中发现了一个错误。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM