Update README.md
This commit is contained in:
parent
5deefaae92
commit
89e250658a
|
@ -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
|
12
README.md
12
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
|
||||
|
|
Loading…
Reference in New Issue