mirror of
https://github.com/hyugogirubato/KeyDive.git
synced 2026-07-15 18:40:02 +02:00
Updated support for OEM 18+ devices.
This commit is contained in:
+2
-2
@@ -1,5 +1,5 @@
|
|||||||
/**
|
/**
|
||||||
* Date: 2024-06-30
|
* Date: 2024-07-07
|
||||||
* Description: DRM key extraction for research and educational purposes.
|
* Description: DRM key extraction for research and educational purposes.
|
||||||
* Source: https://github.com/hyugogirubato/KeyDive
|
* Source: https://github.com/hyugogirubato/KeyDive
|
||||||
*/
|
*/
|
||||||
@@ -133,7 +133,7 @@ const PrepareKeyRequest = (address) => {
|
|||||||
|
|
||||||
// https://github.com/hyugogirubato/KeyDive/issues/13#issue-2327487249
|
// https://github.com/hyugogirubato/KeyDive/issues/13#issue-2327487249
|
||||||
this.params = [];
|
this.params = [];
|
||||||
for (let i = 0; i < 6; i++) {
|
for (let i = 0; i < 7; i++) {
|
||||||
this.params.push(args[i]);
|
this.params.push(args[i]);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user