From e08c98d284ee7e8becd957301b46558c332bc232 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Sat, 14 Jun 2025 19:02:20 +0200 Subject: [PATCH] release v3.0.2 --- CHANGELOG.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1ea68ea..4c40bdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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