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


반응형

'Information* > Troubleshoot' 카테고리의 다른 글

WinAFL build error  (0) 2021.09.30
afl-clang-fast make error  (2) 2021.01.22
OSS Fuzzer Error  (0) 2020.07.19
git pull error  (0) 2020.06.17
Java.perform() error  (0) 2020.06.03