Information*/Troubleshoot

frida Failed to spawn

ch4rli3kop 2020. 9. 13. 16:07
반응형

frida no spawn option

D:\AndroidStudy2\app analysis\mxplayer>frida -U -f com.mxtech.videoplayer.ad -l trace.js --no-pause
    ____
  / _ |   Frida 12.6.18 - A world-class dynamic instrumentation toolkit
  | (_| |
  > _ |   Commands:
  /_/ |_|       help      -> Displays the help system
  . . . .       object?   -> Display information about 'object'
  . . . .       exit/quit -> Exit
  . . . .
  . . . .   More info at http://www.frida.re/docs/home/
Failed to spawn: unable to access zygote64 while preparing for app launch; try disabling Magisk Hide in case it is active

frida no spawn option

-f 옵션 대신 -F 옵션 주면 됨.

> frida -U -F com.mxtech.videoplayer.ad -l trace.js --no-pause


반응형