update doc href
This commit is contained in:
parent
f45cd6e681
commit
5ef8bf6f03
|
@ -92,18 +92,18 @@ Advanced:
|
||||||
|
|
||||||
### Extracting Functions
|
### Extracting Functions
|
||||||
|
|
||||||
For advanced users looking to use custom functions with KeyDive, a comprehensive guide on extracting functions from Widevine libraries using Ghidra is available. Please refer to our [Functions Extraction Guide](https://github.com/hyugogirubato/KeyDive/blob/main/docs/FUNCTIONS.md) for detailed instructions.
|
For advanced users looking to use custom functions with KeyDive, a comprehensive guide on extracting functions from Widevine libraries using Ghidra is available. Please refer to our [Functions Extraction Guide](https://github.com/hyugogirubato/KeyDive/blob/main/docs/advanced/FUNCTIONS.md) for detailed instructions.
|
||||||
|
|
||||||
### Offline Extraction
|
### Offline Extraction
|
||||||
|
|
||||||
KeyDive supports offline extraction mode for situations without internet access. This mode allows you to extract DRM keys directly from your Android device. Ensure all necessary dependencies are installed and follow the detailed [Offline Mode Guide](https://github.com/hyugogirubato/KeyDive/blob/main/docs/OFFLINE.md) for step-by-step instructions.
|
KeyDive supports offline extraction mode for situations without internet access. This mode allows you to extract DRM keys directly from your Android device. Ensure all necessary dependencies are installed and follow the detailed [Offline Mode Guide](https://github.com/hyugogirubato/KeyDive/blob/main/docs/advanced/OFFLINE.md) for step-by-step instructions.
|
||||||
|
|
||||||
### Obtaining Unencrypted Challenge Data
|
### Obtaining Unencrypted Challenge Data
|
||||||
|
|
||||||
> [!NOTE]
|
> [!NOTE]
|
||||||
> Usage of unencrypted challenge is not required by default. It is only necessary when the script cannot extract the client id.
|
> Usage of unencrypted challenge is not required by default. It is only necessary when the script cannot extract the client id.
|
||||||
|
|
||||||
To extract the unencrypted challenge data required for KeyDive's advanced features, follow the steps outlined in our [Challenge Extraction Guide](https://github.com/hyugogirubato/KeyDive/blob/main/docs/CHALLENGE.md). This data is crucial for analyzing DRM-protected content and enhancing your DRM key extraction capabilities.
|
To extract the unencrypted challenge data required for KeyDive's advanced features, follow the steps outlined in our [Challenge Extraction Guide](https://github.com/hyugogirubato/KeyDive/blob/main/docs/advanced/CHALLENGE.md). This data is crucial for analyzing DRM-protected content and enhancing your DRM key extraction capabilities.
|
||||||
|
|
||||||
### Temporary Disabling L1 for L3 Extraction
|
### Temporary Disabling L1 for L3 Extraction
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ This document provides an overview of the external libraries, tools, and applica
|
||||||
|
|
||||||
A tool designed to root Android Virtual Devices (AVDs). It enables users to gain superuser privileges on their AVDs, essential for accessing and modifying system-level files and settings that are otherwise restricted.
|
A tool designed to root Android Virtual Devices (AVDs). It enables users to gain superuser privileges on their AVDs, essential for accessing and modifying system-level files and settings that are otherwise restricted.
|
||||||
|
|
||||||
### [DRM Info](https://apkcombo.com/drm-info/com.androidfung.drminfo/download/phone-1.1.9.220313-apk)
|
### [DRM Info](https://apkcombo.app/drm-info/com.androidfung.drminfo)
|
||||||
|
|
||||||
An Android application providing detailed information about the device's Digital Rights Management (DRM) modules, including Widevine. Useful for verifying the DRM support level (L1, L2, L3) on the target device.
|
An Android application providing detailed information about the device's Digital Rights Management (DRM) modules, including Widevine. Useful for verifying the DRM support level (L1, L2, L3) on the target device.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue