Commit Graph

94 Commits

Author SHA1 Message Date
hyugogirubato 7aa2f7e68a Removed confusing `Malformed message` warning 2024-07-07 17:44:49 +02:00
hyugogirubato 8ce3bf4a14 Added support for private key function (SDK 35 x86_64) 2024-07-07 17:44:42 +02:00
hyugogirubato 22fc3c1b48 Release v2.0.3 2024-07-07 17:44:31 +02:00
hyugogirubato 61b0b3bd65 Release v2.0.2 2024-07-07 16:27:56 +02:00
hyugogirubato 4bcabf1101 Improve library vendor detection 2024-07-07 16:27:47 +02:00
hyugogirubato 405c184558 Vendor filtering based on device SDK 2024-07-07 16:26:54 +02:00
hyugogirubato 9400e5e7b0 Refined usage of function 2024-07-07 16:26:32 +02:00
hyugogirubato 0bd581387d Release v2.0.2 2024-07-07 16:26:10 +02:00
hyugogirubato dac7540016 Updated support for OEM 18+ devices. 2024-07-07 16:26:01 +02:00
hyugogirubato 432d0d95c5 Release v2.0.2 2024-07-07 16:25:48 +02:00
hyugogirubato 688954a664 Fix script encoding 2024-07-07 10:22:55 +02:00
hyugogirubato 35fb6179ff Fix function reference 2024-07-07 10:22:21 +02:00
hyugogirubato 97764dfb67 TODO: Add minimum required sdk 2024-07-07 10:11:35 +02:00
hyugogirubato fcc0fb3b79 Simplify client id call form challenge 2024-07-07 10:07:14 +02:00
hyugogirubato 03646285d7 Fix command-line docs 2024-07-07 10:06:46 +02:00
hyugogirubato c67d1256d8 Fix DRM function api docs 2024-07-06 22:01:48 +02:00
hyugogirubato 9531650a49 Release v2.0.1 2024-07-06 21:45:16 +02:00
hyugogirubato eb2253d00c Release v2.0.1 2024-07-06 21:44:22 +02:00
hyugogirubato a2f185ede1 Support frida server running error 2024-07-06 21:41:33 +02:00
hyugogirubato d6c5c6d148 More relevant WVD help 2024-07-06 21:17:00 +02:00
hyugogirubato 47a3711bb1 Fix private key size 2024-07-06 21:11:00 +02:00
hyugogirubato 57571328bf Fix private key size 2024-07-06 21:00:24 +02:00
hyugogirubato 84b4689487 Release v2.0.0 2024-07-06 20:01:47 +02:00
hyugogirubato 687a493d26 Release 1.1.0 2024-06-22 18:08:28 +02:00
hyugogirubato f311500760 Fix new library name hook 2024-06-22 18:08:16 +02:00
hyugogirubato ee417f570e Add new library name example 2024-06-22 18:07:52 +02:00
hyugogirubato c9d452e7c6 Skip C native functions 2024-06-22 18:07:30 +02:00
hyugogirubato 36d5f0db6a
Merge pull request #15 from azimabid00/main
Fixes whitespace issue
2024-06-05 17:45:01 +02:00
azimabid00 8284a8cb1a
Update cdm.py 2024-06-04 17:26:17 +08:00
hyugogirubato 1e4d6ba881 Release v1.0.9 2024-06-02 15:37:46 +02:00
hyugogirubato 8fafc03dc0 Defined new default index for device 34 2024-06-02 14:27:36 +02:00
hyugogirubato aaa4d1a99c Add private key function
- Vendor: 34
- CPU: arm64-v8a
2024-06-02 14:23:53 +02:00
hyugogirubato 43f7209073 Update liboemcrypto disabler link in docs 2024-05-31 20:15:03 +02:00
hyugogirubato c2f5264b04 Update cdm.py
- wvd output name look like original repo
2024-05-28 19:59:47 +02:00
hyugogirubato 3d9b387bc8 Add private key function
- Vendor: 30
- CPU: arm64-v8a
2024-05-28 19:48:41 +02:00
hyugogirubato b5431f7f95 Added autostart error message 2024-05-22 19:09:40 +02:00
hyugogirubato deb7cded32 Update CHANGELOG.md 2024-05-22 18:49:14 +02:00
hyugogirubato d29367c06d Release v1.0.8 2024-05-22 18:48:02 +02:00
hyugogirubato a45a059641 Update README.md 2024-05-22 18:37:22 +02:00
hyugogirubato ac1f12f903 Fixed dynamic auto mode 2024-05-22 18:36:36 +02:00
hyugogirubato 8cb86a508c Update dependencies
- Updated dependencies
- Use pywidevine only for protobuf
2024-05-22 18:35:58 +02:00
hyugogirubato 709e47f2a7 Renamed JS script 2024-05-22 18:34:31 +02:00
hyugogirubato cf09af8025 Fix device type for WVD and other improvements
- Corrected the device type for WVD
- Fixed device name to integer
- Use pywidevine only
- Renamed JS script
2024-05-22 18:33:04 +02:00
hyugogirubato 28a750cb6d
Merge pull request #10 from FoxRefire/main
Open Bitmovin's demo automatically / Generate WVD
2024-05-22 18:15:39 +02:00
hyugogirubato 062d684e3e Fix private key function
- Vendor 30
- CPU: arm64-v8a
2024-05-22 18:09:55 +02:00
FoxRefire 11b9390f98 Merge branch 'main' of https://github.com/FoxRefire/KeyDive 2024-05-21 21:29:38 +09:00
FoxRefire daaab4e6aa Generate WVD 2024-05-21 21:26:31 +09:00
FoxRefire 2e79463ee8 Open Bitmovin's demo automatically 2024-05-21 21:24:43 +09:00
FoxRefire d23d66d623 Open Bitmovin's demo automatically 2024-05-20 12:42:03 +09:00
hyugogirubato 628add77d9
Merge pull request #9 from FoxRefire/main
Fix subprocess
2024-05-19 23:27:02 +02:00