-
Notifications
You must be signed in to change notification settings - Fork 78
How to dump CDM key pair from AVD
FoxRefire edited this page May 25, 2024
·
8 revisions
- PC with Android Studio + Android SDK + Python 3 installed
-
Create Android 13.0(Google APIs) AVD
Do not select Google play, Do not select AOSP
Select Google APIs only!
-
Download latest frida server
There are many links, but select "frida-server-xx.x.x-android-x86_64.xz".
-
Extract frida-server's archive
-
Rename the file "frida-server-xx.x.x-android-x86_64" to "frida-server".
-
Download or clone Keydive onto your PC.
-
Open AVD
-
Run following commands on your terminal
adb root adb push frida-server /data/local/tmp adb shell "chmod +x /data/local/tmp/frida-server" adb shell "/data/local/tmp/frida-server -D &" python keydive.py -aw
-
At device/xxxxxx/private_keys/xxxxxx/xxxxxxx directory, you will find dumped CDM key pair.