Update README.md

This commit is contained in:
hyugogirubato 2024-07-14 18:11:24 +02:00
parent 5deefaae92
commit 89e250658a
2 changed files with 14 additions and 6 deletions

8
.idea/.gitignore vendored Normal file
View File

@ -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

View File

@ -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