diff --git a/.idea/.gitignore b/.idea/.gitignore new file mode 100644 index 0000000..13566b8 --- /dev/null +++ b/.idea/.gitignore @@ -0,0 +1,8 @@ +# Default ignored files +/shelf/ +/workspace.xml +# Editor-based HTTP Client requests +/httpRequests/ +# Datasource local storage ignored files +/dataSources/ +/dataSources.local.xml diff --git a/README.md b/README.md index 5cf41c4..192349a 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ KeyDive is a sophisticated Python script designed for precise extraction of Wide ## Features - 🚀 Seamless Installation via [pip](#installation) -- 🔄 Automated extraction of Widevine L3 DRM keys. -- 📱 Compatibility with a wide range of Android versions (SDK > 22), ensuring broad applicability. -- 💾 Seamless extraction process, yielding essential DRM components. -- 🌐 Offline extraction mode for environments without internet access. -- 🖥️ Command-line options for flexible usage. -- 🛠️ Support for custom functions extracted from Widevine libraries using Ghidra. +- 🔄 Automated extraction of Widevine L3 DRM keys +- 📱 Compatibility with a wide range of Android versions (SDK > 22), ensuring broad applicability +- 💾 Seamless extraction process, yielding essential DRM components +- 🌐 Offline extraction mode for environments without internet access +- 🖥️ Command-line options for flexible usage +- 🛠️ Support for custom functions extracted from Widevine libraries using Ghidra - ❤️ Fully Open-Source! Pull Requests Welcome ## Prerequisites