Skip to content

Commit

Permalink
Add README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wvdumper committed Oct 23, 2021
1 parent 65d07fd commit 0f39c67
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# 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.

0 comments on commit 0f39c67

Please sign in to comment.