Dumper is a Frida script to dump L3 CDMs from any Android device.
Use pip to install the dependencies:
- frida
- protobuf
- pycryptodome
- Enable USB debugging
- Start frida-server on the device
- Execute dump_keys.py
Thanks to the original author of the code.