Im running Frida Server (frida-server-12.5.8-android-arm64.xz) in Android 8 (Oreo) as root:
-rwxrwxrwx 1 root root 38152536 2019-05-26 23:34 irwan
./irwan &
and then I try this to unpinning ssl in apk :
C:\Users\irwan>frida -U -f xxx.xxxxx -l "C:\Users\irwan\OneDrive\pentest\payload\frida\unpinning_universal.js"
the output error :
Failed to spawn: unable to access zygote64 while preparing for app launch; try disabling Magisk Hide in case it is active
as the following the picture:
- Frida 12.5.8
- Python 3.7.3
- Windows 10 Pro
can someone help me to implement or create step by step solutions for this problem? thanks.