From d0bc5ce68e96631b2b75eb131241075d04b6cd55 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 1 Nov 2024 18:09:17 +0100 Subject: [PATCH] add new features --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d74deb5..321e654 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Added - Added description of functions used by the frida script. +- Dump keybox from old versions of the CDM. ### Changed - Using a native function to intercept keybox (instead of libc). +- Execution of player/auto options before DRM detection (improves detection on older devices). + +### Fixed + +- Bad start of the widevine service when launching the script. +- Unsupported error of new `ADB` class. ## [2.1.1] - 2024-10-28