Skip to content

Releases: hyugogirubato/KeyDive

v2.1.0

20 Oct 14:09
Compare
Choose a tag to compare

Added

  • Added private key function.
  • Option to skip automatic detection of private functions.
  • Confirmed support for Widevine SDK 22.

Changed

  • Updated dependencies.
  • Clarified details regarding optional dependencies.

Fixed

  • Extra argument in the GetDeviceID function.
  • Incorrect handling of the display of unknown functions.

v2.0.9

25 Sep 13:38
Compare
Choose a tag to compare

Added

  • Added private key function.

Changed

  • Improved error handling related to file path issues during write operations.

v2.0.8

27 Jul 13:46
Compare
Choose a tag to compare

Added

  • Added compatibility with WSA (Windows Subsystem for Android).

Changed

  • Display location of liboemcrypto.so if detected (instead of the base address of the library).
  • Simplified text for disabling the library.

New Contributors

v2.0.7

23 Jul 20:18
Compare
Choose a tag to compare

Changed

  • Improved library disabler display.
  • Optimized data export.
  • Removed unnecessary cast.

Fixed

  • Corrected disabled library address.
  • Fixed multiple hooks in library disabler.
  • Enhanced process enumeration for older Android versions.

New Contributors

v2.0.6

12 Jul 10:23
Compare
Choose a tag to compare

Changed

  • Renamed the private key function.
  • Updated the device ID function.
  • Improved the deactivation message for a library.

Fixed

  • Prevented multiple function replacements during a single execution.

v2.0.5

08 Jul 17:28
Compare
Choose a tag to compare

Added

  • Added new private functions.
  • Support for encrypted challenges in error messages.
  • Dynamic disabling of liboemcrypto.so without using Magisk module.

Changed

  • Organized imports.
  • Updated some messages.
  • New verbosity level for CDM to prevent confusion.

Fixed

  • Detection of Widevine process.

v2.0.4

07 Jul 16:15
Compare
Choose a tag to compare

Fixed

  • Vendor now in list to maintain the order of items (python set issue).

v2.0.3

07 Jul 15:45
Compare
Choose a tag to compare

Added

  • Added support for private key function (SDK 35 x86_64).

Changed

  • Removed confusing Malformed message warning.

v2.0.2

07 Jul 14:29
Compare
Choose a tag to compare

Added

  • Vendor filtering based on device SDK.
  • Improved device ID retrieval from challenges.

Changed

  • Clarified library arguments in documentation.
  • Improve library vendor detection.

Fixed

  • Corrected Frida script encoding.
  • Adjusted library arguments in documentation for clarity.
  • Refined usage of function reference files.
  • Updated support for OEM 18+ devices.

v2.0.1

06 Jul 19:46
Compare
Choose a tag to compare

Added

  • Added support for handling Frida server running errors.

Changed

  • Enhanced the relevance of pywidevine device (WVD) help documentation.

Fixed

  • Corrected the size of the private key.