From 4f01848f69c254a9e00b0a805ee8466f66fcec66 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 12 Jul 2024 12:13:38 +0200 Subject: [PATCH] fix frida server name --- docs/PACKAGE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/PACKAGE.md b/docs/PACKAGE.md index 6ab8f45..2dfba07 100644 --- a/docs/PACKAGE.md +++ b/docs/PACKAGE.md @@ -47,6 +47,6 @@ An HTTP and HTTPS traffic debugging and testing tool that intercepts traffic bet ### Additional Tips - **Native liboemcrypto Handling:** As of the latest updates to KeyDive, it manages liboemcrypto directly within the `keydive.js` script using the `disableLibrary` function. This eliminates the need for the liboemcrypto Disabler Magisk module in many cases, streamlining the setup process and reducing dependencies. -- **Optimize Frida server Usage:** To optimize the performance of Frida server, ensure that it is compatible with your device's architecture and that you have the appropriate permissions set on the device. Running it as a background process (`adb shell /data/local/tmp/frida-server -D`) ensures that it remains active during your research sessions without interruptions. +- **Optimize Frida-Server Usage:** To optimize the performance of Frida-Server, ensure that it is compatible with your device's architecture and that you have the appropriate permissions set on the device. Running it as a background process (`adb shell /data/local/tmp/frida-server -D`) ensures that it remains active during your research sessions without interruptions. The combination of these tools provides a comprehensive toolkit for DRM research, allowing for the exploration of digital content protection mechanisms on Android devices. Each tool has been selected for its ability to contribute to the setup, execution, or support of the KeyDive project, enabling detailed analysis and extraction of digital rights management keys. \ No newline at end of file