From 32e772f6cb9db7cceb094131ccdce98f116a2364 Mon Sep 17 00:00:00 2001 From: Floschy <69321390+flloschy@users.noreply.github.com> Date: Sun, 28 Sep 2025 21:02:44 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 943759a..9e04d23 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ KeyDive is a Python tool designed to extract Widevine L3 DRM keys from Android d ## Prerequisites - **ADB (Android Debug Bridge):** Make sure to install [ADB](https://github.com/hyugogirubato/KeyDive/blob/main/docs/PACKAGE.md#adb-android-debug-bridge) and include it in your system's PATH environment variable for easy command-line access. -- **frida-server:** Install `frida-server` on your target Android device. This requires root access on the device. For installation instructions and downloads, visit the [official Frida documentation](https://frida.re/docs/installation/). +- **frida-server:** Install `frida-server` on your target Android device. **This requires root access on the device**. For installation instructions and downloads, visit the [official Frida documentation](https://frida.re/docs/installation/). - **Python 3.8+** ## Installation