- Frida 15.2.2 (Android 9~13)
- Frida 12.11.11 (Android 5,6)
- python 3.9
- pycurl
- json, cbor2
- humanize
Install frida-server in Android device ("/data/local/tmp" in path with root)
adb push frida-server /data/local/tmp/frida-server
Set permissions for frida-server
adb shell
chmod 777 frida-server
chown root:root frida-server
Starting frida-server
./frida-server &
Turn on the Netflix app and wait
Starting python script
python netflix_media_download.py
python recover_l3keybox_mobile.py
Play video
The video is downloaded automatically
- The Frida version is different depending on the Android version.