From 0f39c674b4a580a7d0d61e2976110e2bc0bb2743 Mon Sep 17 00:00:00 2001 From: wvdumper Date: Sat, 23 Oct 2021 17:51:09 +0200 Subject: [PATCH] Add README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..4f10083 --- /dev/null +++ b/README.md @@ -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.