3 How to dump CDM key pair from physical device
FoxRefire edited this page 2024-05-24 02:05:30 +09:00

Requirements

  • Rooted android device by Magisk or KernelSU (If you don't know how to Root your phone, refer to the XDA Forum, etc.)
  • PC with Android SDK and Python 3 installed

Guide

  1. Download the following two Magisk modules on your phone

  2. Open Magisk/KernelSU app and install these modules

    1000001658

  3. Reboot your device

  4. Download or clone Keydive onto your PC.

  5. Run this command on your terminal

    python keydive.py -aw
    

    Screenshot_20240520_025042

  6. At device/xxxxxx/private_keys/xxxxxx/xxxxxxx directory, you will find dumped CDM key pair.

    Screenshot_20240520_025715