From 8f9b146a93a05c6746e75d894b8e14c74488e5d1 Mon Sep 17 00:00:00 2001 From: hyugogirubato <65763543+hyugogirubato@users.noreply.github.com> Date: Fri, 1 Nov 2024 13:12:59 +0100 Subject: [PATCH] remove comment --- keydive/keydive.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/keydive/keydive.js b/keydive/keydive.js index 7355cef..a837ef4 100644 --- a/keydive/keydive.js +++ b/keydive/keydive.js @@ -1,5 +1,5 @@ /** - * Date: 2024-10-29 + * Date: 2024-11-01 * Description: DRM key extraction for research and educational purposes. * Source: https://github.com/hyugogirubato/KeyDive */ @@ -365,7 +365,6 @@ const hookLibrary = (name) => { 1. wvcdm::CryptoSession::GetTokenFromOemCert 2. wvcdm::CryptoSession::GetTokenFromKeybox */ - // print(Level.WARNING, `Hooked (${funcAddr}): ${funcName}`); return; }