Skip to content

Commit e08c98d

Browse files
committed
release v3.0.2
1 parent f420b1d commit e08c98d

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44

55
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).
66

7+
## [3.0.2] - 2025-06-14
8+
9+
### Added
10+
11+
- Research on extracting private key from OEM device certificate.
12+
13+
### Changed
14+
15+
- The `Cdm` package is now split into modules to improve the project structure.
16+
17+
### Fixed
18+
19+
- Fixed AES decryption during provisioning.
20+
- Fixed vector reading size via frida.
21+
- Fixed system id keybox resolver (related to security level).
22+
723
## [3.0.1] - 2025-06-09
824

925
### Fixed
@@ -27,7 +43,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
2743
- New private function hooks.
2844
- Support and backward compatibility for Frida API 17+.
2945
- Ctrl+C support when analyzing the device (ADB shell command).
30-
- New contributor: [samu87d8dh2](https://github.com/samu87d8dh2)
3146

3247
### Changed
3348

@@ -513,6 +528,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
513528

514529
- Initial release of the project, laying the foundation for future enhancements and features.
515530

531+
[3.0.2]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.2
516532
[3.0.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.1
517533
[3.0.0]: https://github.com/hyugogirubato/KeyDive/releases/tag/v3.0.0
518534
[2.2.1]: https://github.com/hyugogirubato/KeyDive/releases/tag/v2.2.1

0 commit comments

Comments
 (0)