Dump L3 CDM from any Android device
Go to file
wvdumper b9807173b6 Add requirements.txt 2021-12-03 13:35:13 +01:00
Helpers Closes #2; Fix TextEncoder error 2021-12-03 08:54:48 +01:00
.gitignore Update .gitignore 2021-12-03 12:29:36 +01:00
README.md Add README.md 2021-10-23 17:51:09 +02:00
dump_keys.py Add shebang 2021-10-23 17:27:12 +02:00
requirements.txt Add requirements.txt 2021-12-03 13:35:13 +01:00

README.md

Dumper

Dumper is a Frida script to dump L3 CDMs from any Android device.

Dependencies

Use pip to install the dependencies:

  • frida
  • protobuf
  • pycryptodome

Usage

  • Enable USB debugging
  • Start frida-server on the device
  • Execute dump_keys.py

Credits

Thanks to the original author of the code.