mirror of https://github.com/Diazole/dumper.git
21 lines
313 B
Markdown
21 lines
313 B
Markdown
|
# 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.
|