angelux079 / wvdumper

Dump L3 CDM from any Android device

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widevine Dumper

Frida script to dump L3 CDM

Usage

  • Run pip install -r requirements.txt or pip3 to install the dependencies
  • Enable USB debugging
  • Start Frida server on the device
  • Run dump_keys.py
  • Play DRM protected content

Notes

  • Google made changes in OEMCrypto library and broke the script. Further investigation is needed to make it work on Android 11+
  • To temporarily disable L1 to use L3 use a Magisk module called liboemcrypto-disabler
  • Fork of wvdumper/dumper

About

Dump L3 CDM from any Android device


Languages

Language:JavaScript 74.5%Language:Python 25.5%