release v3.0.2

This commit is contained in:
hyugogirubato
2025-06-14 19:02:20 +02:00
parent f420b1d780
commit e08c98d284
+17 -1
View File
@@ -4,6 +4,22 @@ 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).
## [3.0.2] - 2025-06-14
### Added
- Research on extracting private key from OEM device certificate.
### Changed
- The `Cdm` package is now split into modules to improve the project structure.
### Fixed
- Fixed AES decryption during provisioning.
- Fixed vector reading size via frida.
- Fixed system id keybox resolver (related to security level).
## [3.0.1] - 2025-06-09
### Fixed
@@ -27,7 +43,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- New private function hooks.
- Support and backward compatibility for Frida API 17+.
- Ctrl+C support when analyzing the device (ADB shell command).
- New contributor: [samu87d8dh2](https://github.com/samu87d8dh2)
### Changed
@@ -513,6 +528,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.
[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.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.0
[2.2.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.2.1