You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
4
4
5
5
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).
6
6
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
+
7
23
## [3.0.1] - 2025-06-09
8
24
9
25
### Fixed
@@ -27,7 +43,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
27
43
- New private function hooks.
28
44
- Support and backward compatibility for Frida API 17+.
29
45
- Ctrl+C support when analyzing the device (ADB shell command).
30
-
- New contributor: [samu87d8dh2](https://github.com/samu87d8dh2)
31
46
32
47
### Changed
33
48
@@ -513,6 +528,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
513
528
514
529
- Initial release of the project, laying the foundation for future enhancements and features.
0 commit comments