From 9b3b66c6ef3bfee95dbe41d16ce986fe1d8ac071 Mon Sep 17 00:00:00 2001 From: FoxRefire <155989196+FoxRefire@users.noreply.github.com> Date: Tue, 21 May 2024 13:32:39 +0900 Subject: [PATCH] Updated How to dump CDM key pair from AVD (markdown) --- How-to-dump-CDM-key-pair-from-AVD.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/How-to-dump-CDM-key-pair-from-AVD.md b/How-to-dump-CDM-key-pair-from-AVD.md index 2fec37d..a450761 100644 --- a/How-to-dump-CDM-key-pair-from-AVD.md +++ b/How-to-dump-CDM-key-pair-from-AVD.md @@ -6,6 +6,15 @@ *Do not select Google play* +![Screenshot_20240521_050024](https://github.com/FoxRefire/wvg/assets/155989196/5470412a-1088-4bda-bf15-20779bccf7c3) + +![Screenshot_20240521_050043](https://github.com/FoxRefire/wvg/assets/155989196/ce77bb4c-c157-4649-8cdc-cd26c6bfcb89) + +![Screenshot_20240521_061941](https://github.com/FoxRefire/wvg/assets/155989196/06e0caa1-6ccf-4139-bdaf-6db342b2617f) + +![Screenshot_20240521_064649](https://github.com/FoxRefire/wvg/assets/155989196/ed6f695b-bd4f-4484-a4b0-03bc24f8bc3f) + + 2. Download latest frida server [Frida](https://github.com/frida/frida/releases) @@ -37,3 +46,13 @@ ``` ![Screenshot_20240521_130858](https://github.com/FoxRefire/wvg/assets/155989196/af66c7b5-9b79-478d-ac23-f7a260426ae6) + +6. Play any Widevine-protected video on AVD + * [Bitmovin Demo](https://bitmovin.com/demos/drm) + * [Dash.js Demo](https://reference.dashif.org/dash.js/latest/samples/drm/widevine.html) + + *) It does not matter even if Chrome is black outed at this time. CDM will be dumped when either URL is typed in the URL bar. + +7. At device/xxxxxx/private_keys/xxxxxx/xxxxxxx directory, you will find dumped CDM key pair. + + ![Screenshot_20240521_132047](https://github.com/FoxRefire/wvg/assets/155989196/240ed2bd-4f13-4147-91b5-66c3ccca2b0e)