mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
release v3.0.3
This commit is contained in:
@@ -4,6 +4,20 @@ All notable changes to this project will be documented in this file.
|
|||||||
|
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [3.0.3] - 2025-06-21
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Added an alert when the hook for SDK 33 and above failed and symbols are not used.
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- Revised dynamic analysis rules to support manufacturer delays in library updates.
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Stop the script when the frida server is not compatible with the major version.
|
||||||
|
|
||||||
## [3.0.2] - 2025-06-14
|
## [3.0.2] - 2025-06-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
@@ -528,6 +542,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|||||||
|
|
||||||
- Initial release of the project, laying the foundation for future enhancements and features.
|
- Initial release of the project, laying the foundation for future enhancements and features.
|
||||||
|
|
||||||
|
[3.0.3]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.3
|
||||||
[3.0.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.2
|
[3.0.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.2
|
||||||
[3.0.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.1
|
[3.0.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.1
|
||||||
[3.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.0
|
[3.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.0
|
||||||
|
|||||||
+1
-1
@@ -4,4 +4,4 @@ from .adb.vendor import Vendor
|
|||||||
from .drm.cdm import Cdm
|
from .drm.cdm import Cdm
|
||||||
from .drm.keybox import KeyBox
|
from .drm.keybox import KeyBox
|
||||||
|
|
||||||
__version__ = '3.0.2'
|
__version__ = '3.0.3'
|
||||||
|
|||||||
+1
-1
@@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
|||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "keydive"
|
name = "keydive"
|
||||||
version = "3.0.2"
|
version = "3.0.3"
|
||||||
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
|
description = "Extract Widevine L3 keys from Android devices effortlessly, spanning multiple Android versions for DRM research and education."
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
|
authors = ["hyugogirubato <65763543+hyugogirubato@users.noreply.github.com>"]
|
||||||
|
|||||||
Reference in New Issue
Block a user