VideoHelp Forum



Support our site by donate $5 directly to us Thanks!!!

Try StreamFab Downloader and download streaming video from Netflix, Amazon!



Closed Thread
Page 28 of 66
FirstFirst ... 18 26 27 28 29 30 38 ... LastLast
Results 811 to 840 of 1969
  1. Originally Posted by nvidmantha View Post
    https://github.com/medvm/widevine_keys

    Who has succeeded with this?
    not work

    i have this

    https://github.com/medvm/widevine_keys/issues/36

  2. Member
    Join Date
    Oct 2021
    Location
    Ontario
    Search Comp PM
    Originally Posted by nickomaru View Post
    Originally Posted by nvidmantha View Post
    https://github.com/medvm/widevine_keys

    Who has succeeded with this?
    not work

    i have this

    https://github.com/medvm/widevine_keys/issues/36
    My error is after entering the mpd link and license URL it showing pssh and suddenly closing

  3. Member
    Join Date
    Dec 2021
    Location
    Scotland
    Search Comp PM
    Originally Posted by nvidmantha View Post
    https://github.com/medvm/widevine_keys

    Who has succeeded with this?
    It's what I've been using and it works very well with a few streaming sites. It's just a modification of WKS-KEYS anyway (but better). You do of course need to replace the blob and private_key with newly generated working ones obtained using Android devices as per lots of above posts.

  4. Hi... if I have a fixed (not change) PSSH, in WKS-KEYS\pywidevine\L3\getPSSH.py can we copy and paste my fixed PSSH in that file, so I don't need to input PSSH every time I search key?
    Can onyone here edit the file (getPSSH.py), like headers.py (fixed header) that don't need to input everytime when searching keys ??

    So... the looks in cmd will be this example (bypassing input PSSH anymore, like the headers.py and only input license URL) =
    Code:
    License URL: https://xxxxxxxxxxx/widevine/cenc/getlicense?specConform=true
    
    --key 230imkropkmcf32ivmr:3024vm32i40234i20m4
    Thanks a lot

  5. Originally Posted by liongtwap View Post
    Hi... if I have a fixed (not change) PSSH, in WKS-KEYS\pywidevine\L3\getPSSH.py can we copy and paste my fixed PSSH in that file, so I don't need to input PSSH every time I search key?
    Can onyone here edit the file (getPSSH.py), like headers.py (fixed header) that don't need to input everytime when searching keys ??

    So... the looks in cmd will be this example (bypassing input PSSH anymore, like the headers.py and only input license URL) =
    Code:
    License URL: https://xxxxxxxxxxx/widevine/cenc/getlicense?specConform=true
    
    --key 230imkropkmcf32ivmr:3024vm32i40234i20m4
    Thanks a lot
    Please do tell us, where can we find this site whose content has a fixed PSSH?

  6. Originally Posted by nickomaru View Post
    Originally Posted by nvidmantha View Post
    https://github.com/medvm/widevine_keys

    Who has succeeded with this?
    not work

    i have this

    https://github.com/medvm/widevine_keys/issues/36
    seriously, you have this issue 36?

    Charzeh Download manager

    yes Charzeh Download manager has the abbreviation CDM by this is not the cdm that you require.

  7. Hello to you,

    I know in advance that this request is not in the right place but I posted it in the correct category but it was ignored ^^

    I reiterate the request please :

    I try download subtitle from site RTSUn

    Note: A Swiss VPN is necessary (I can provide a log if necessary)

    I tried the following way (which works most of the time)
    yt-dlp --write-subs --skip-download "https://rts-vod-amd.akamaized.net/ch/hls/12708469/62db96d7-1e31-3c58-9f77-b55b4d597b67/master.m3u8"
    I also see this stream for MTB subtitles (there are multiple segment, segment-1-f8.vtt, segment-2-f8.vtt, segment-3-f8.vtt,)
    Thanks for your help

  8. Originally Posted by liongtwap View Post
    Hi... if I have a fixed (not change) PSSH, in WKS-KEYS\pywidevine\L3\getPSSH.py can we copy and paste my fixed PSSH in that file, so I don't need to input PSSH every time I search key?
    Can onyone here edit the file (getPSSH.py), like headers.py (fixed header) that don't need to input everytime when searching keys ??

    So... the looks in cmd will be this example (bypassing input PSSH anymore, like the headers.py and only input license URL) =
    Code:
    License URL: https://xxxxxxxxxxx/widevine/cenc/getlicense?specConform=true
    
    --key 230imkropkmcf32ivmr:3024vm32i40234i20m4
    Thanks a lot
    I am sorry, I already know the answer, I edit this l3.py myself, and it work, so I don't waste my time for copy and paste so many things...
    I edit pssh so it will be fixed PSSH (don't need input anymore and maybe only work in 1website streaming), and edit license url so will be short version url license like just input only the variable number, dont need from http://xxxx... anymore

    example (this is only example, not the real one) =
    Real license url = https://abc.widevine.com/1234567890
    where 123457890 always change but https://abc.widevine.com/ is fixed, so we just enter the number (variable)...

    If you work only for 1 site for long time, you need modified l3.py (you must have backup original l3.py).
    Different site will have different license url, but if the license url is fixed (not variable), we can edit l3.py so we don't need input anymore, it can make short time to get the keys
    Last edited by liongtwap; 20th Dec 2021 at 08:59.

  9. Originally Posted by ali2022 View Post
    Originally Posted by filipino View Post
    Did someone probó the new version of this script? I have not been able to succeed with this
    https://github.com/nilaoda/WidevineClient
    This is a script in C# and you will need to compile it yourself, if you have sufficient knowledge I think you should be able to complete it.
    I have installed everything necessary to run the script in visual code studio
    but when running the script with dotnet run command, I get error
    could you help me just a little bit?

    Code:
    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. Todos los derechos reservados.
    
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main> dotnet run
    [2021-12-20 10:08:22.820] - get cert...
    [2021-12-20 10:08:23.769] - get challenge...
    Unhandled exception. System.TypeInitializationException: The type initializer for 'WidevineClient.Widevine.CDM' threw an exception.
     ---> System.Exception: No client id blob found
       at WidevineClient.Widevine.CDMDevice..ctor(String deviceName, Byte[] clientIdBlobBytes, Byte[] privateKeyBytes, Byte[] vmpBytes) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDMDevice.cs:line 38
       at WidevineClient.Widevine.CDM..cctor() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       --- End of inner exception stack trace ---
       at WidevineClient.Widevine.CDM.get_Devices() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       at WidevineClient.Widevine.CDM.OpenSession(String initDataB64, String deviceName, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 58
       at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\CDMApi.cs:line 12
       at WidevineClient.Tests.Test() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Tests.cs:line 25
       at WidevineClient.Program.Main(String[] args) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Program.cs:line 13
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main>

  10. psaframe
    Join Date
    Mar 2021
    Location
    Algeria
    Search PM
    Originally Posted by filipino View Post
    Originally Posted by ali2022 View Post
    Originally Posted by filipino View Post
    Did someone probó the new version of this script? I have not been able to succeed with this
    https://github.com/nilaoda/WidevineClient
    This is a script in C# and you will need to compile it yourself, if you have sufficient knowledge I think you should be able to complete it.
    I have installed everything necessary to run the script in visual code studio
    but when running the script with dotnet run command, I get error
    could you help me just a little bit?

    Code:
    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. Todos los derechos reservados.
    
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main> dotnet run
    [2021-12-20 10:08:22.820] - get cert...
    [2021-12-20 10:08:23.769] - get challenge...
    Unhandled exception. System.TypeInitializationException: The type initializer for 'WidevineClient.Widevine.CDM' threw an exception.
     ---> System.Exception: No client id blob found
       at WidevineClient.Widevine.CDMDevice..ctor(String deviceName, Byte[] clientIdBlobBytes, Byte[] privateKeyBytes, Byte[] vmpBytes) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDMDevice.cs:line 38
       at WidevineClient.Widevine.CDM..cctor() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       --- End of inner exception stack trace ---
       at WidevineClient.Widevine.CDM.get_Devices() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       at WidevineClient.Widevine.CDM.OpenSession(String initDataB64, String deviceName, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 58
       at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\CDMApi.cs:line 12
       at WidevineClient.Tests.Test() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Tests.cs:line 25
       at WidevineClient.Program.Main(String[] args) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Program.cs:line 13
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main>
    ---> System.Exception: No client id blob found
    put working cdm

  11. deleted
    Last edited by Loryanam2; 20th Dec 2021 at 10:28.

  12. Originally Posted by naim2007 View Post
    Originally Posted by filipino View Post
    Originally Posted by ali2022 View Post
    Originally Posted by filipino View Post
    Did someone probó the new version of this script? I have not been able to succeed with this
    https://github.com/nilaoda/WidevineClient
    This is a script in C# and you will need to compile it yourself, if you have sufficient knowledge I think you should be able to complete it.
    I have installed everything necessary to run the script in visual code studio
    but when running the script with dotnet run command, I get error
    could you help me just a little bit?

    Code:
    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. Todos los derechos reservados.
    
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main> dotnet run
    [2021-12-20 10:08:22.820] - get cert...
    [2021-12-20 10:08:23.769] - get challenge...
    Unhandled exception. System.TypeInitializationException: The type initializer for 'WidevineClient.Widevine.CDM' threw an exception.
     ---> System.Exception: No client id blob found
       at WidevineClient.Widevine.CDMDevice..ctor(String deviceName, Byte[] clientIdBlobBytes, Byte[] privateKeyBytes, Byte[] vmpBytes) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDMDevice.cs:line 38
       at WidevineClient.Widevine.CDM..cctor() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       --- End of inner exception stack trace ---
       at WidevineClient.Widevine.CDM.get_Devices() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       at WidevineClient.Widevine.CDM.OpenSession(String initDataB64, String deviceName, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 58
       at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\CDMApi.cs:line 12
       at WidevineClient.Tests.Test() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Tests.cs:line 25
       at WidevineClient.Program.Main(String[] args) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Program.cs:line 13
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main>
    ---> System.Exception: No client id blob found
    put working cdm
    Will I need to put any file? Device_client_id_blob in the script folder?
    or is it something more complex?

  13. Hi, I'm new in this topic, I want download some udemy courses, so I have found this project here https://github.com/Puyodead1/udemy-downloader

    In the istructions is written that it's necessary aquire the key and key ID and in the image above it's written widevine decryptor. Now, how can I do to find these keys?

    In this topic it's also talked about mpd and PSSH, what are ?

    Hope that somebody help me

  14. Member
    Join Date
    Dec 2021
    Location
    Spain
    Search Comp PM
    you need the two files you dump with dumper

  15. Member
    Join Date
    Dec 2021
    Location
    Spain
    Search Comp PM
    Originally Posted by neo_rld View Post
    Hi, I'm new in this topic, I want download some udemy courses, so I have found this project here https://github.com/Puyodead1/udemy-downloader

    In the istructions is written that it's necessary aquire the key and key ID and in the image above it's written widevine decryptor. Now, how can I do to find these keys?

    In this topic it's also talked about mpd and PSSH, what are ?

    Hope that somebody help me
    decryptor is dead unless someone figures out another cdm but even if they do i doubt it would be made public due to recently it took maybe 3 weeks before the entire cdm was revoked.

  16. Member network's Avatar
    Join Date
    Dec 2021
    Location
    Europe
    Search PM
    Code:
    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    PS C:\work\WidevineClient-main> dotnet run
    [2021-12-20 19:24:02.683] - get cert...
    [2021-12-20 19:24:03.113] - get challenge...
    Unhandled exception. System.FormatException: Input string was not in a correct format.
       at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
       at System.Number.ParseUInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
       at System.UInt32.Parse(String s)
       at WidevineClient.Widevine.CDM.GetLicenseRequest(String sessionId) in C:\work\WidevineClient-main\Widevine\CDM.cs:line 214
       at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\work\WidevineClient-main\CDMApi.cs:line 14
       at WidevineClient.Tests.Test() in C:\work\WidevineClient-main\Tests.cs:line 25
       at WidevineClient.Program.Main(String[] args) in C:\work\WidevineClient-main\Program.cs:line 13
    I have two questions regarding this:
    1) I used the lenovo x705f CDM posted earlier, there are only two files contained but the third file device_vmp_blob is missing. How can I get this file?
    2) Beside the missing file, is there any other reason for the error message above? Or is the CDM just dead?

    Thanks in advance!

  17. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by network View Post
    Code:
    Windows PowerShell
    Copyright (C) Microsoft Corporation. All rights reserved.
    
    PS C:\work\WidevineClient-main> dotnet run
    [2021-12-20 19:24:02.683] - get cert...
    [2021-12-20 19:24:03.113] - get challenge...
    Unhandled exception. System.FormatException: Input string was not in a correct format.
       at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
       at System.Number.ParseUInt32(ReadOnlySpan`1 value, NumberStyles styles, NumberFormatInfo info)
       at System.UInt32.Parse(String s)
       at WidevineClient.Widevine.CDM.GetLicenseRequest(String sessionId) in C:\work\WidevineClient-main\Widevine\CDM.cs:line 214
       at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\work\WidevineClient-main\CDMApi.cs:line 14
       at WidevineClient.Tests.Test() in C:\work\WidevineClient-main\Tests.cs:line 25
       at WidevineClient.Program.Main(String[] args) in C:\work\WidevineClient-main\Program.cs:line 13
    I have two questions regarding this:
    1) I used the lenovo x705f CDM posted earlier, there are only two files contained but the third file device_vmp_blob is missing. How can I get this file?
    2) Beside the missing file, is there any other reason for the error message above? Or is the CDM just dead?

    Thanks in advance!
    Did you compile the program or simply repeat the command you saw listed above? Run it through visual studio or similar and debug it, there are a number of errors being thrown up (.....cs:line....)
    And, before you ask, no I couldn't tell you what they mean I'm no c# programmer
    you'll need to see what's missing. possibly nuget scripts

  18. Member network's Avatar
    Join Date
    Dec 2021
    Location
    Europe
    Search PM
    Originally Posted by Sorenb View Post
    Did you compile the program or simply repeat the command you saw listed above? Run it through visual studio or similar and debug it, there are a number of errors being thrown up (.....cs:line....)
    And, before you ask, no I couldn't tell you what they mean I'm no c# programmer
    you'll need to see what's missing. possibly nuget scripts
    There must be a bug in my Windows. Another user kindly shared his binary with me and even this program gave out the same type of errors. Well, I'll play further with this script. And yes, I've compiled my own version in visual studio. But I shall commit it's the first day I use this software

  19. Originally Posted by kenyard View Post
    Originally Posted by neo_rld View Post
    Hi, I'm new in this topic, I want download some udemy courses, so I have found this project here https://github.com/Puyodead1/udemy-downloader

    In the istructions is written that it's necessary aquire the key and key ID and in the image above it's written widevine decryptor. Now, how can I do to find these keys?

    In this topic it's also talked about mpd and PSSH, what are ?

    Hope that somebody help me
    decryptor is dead unless someone figures out another cdm but even if they do i doubt it would be made public due to recently it took maybe 3 weeks before the entire cdm was revoked.
    so it's impossible download the courses?

  20. Member
    Join Date
    Dec 2021
    Location
    Spain
    Search Comp PM
    Originally Posted by neo_rld View Post
    Originally Posted by kenyard View Post
    Originally Posted by neo_rld View Post
    Hi, I'm new in this topic, I want download some udemy courses, so I have found this project here https://github.com/Puyodead1/udemy-downloader

    In the istructions is written that it's necessary aquire the key and key ID and in the image above it's written widevine decryptor. Now, how can I do to find these keys?

    In this topic it's also talked about mpd and PSSH, what are ?

    Hope that somebody help me
    decryptor is dead unless someone figures out another cdm but even if they do i doubt it would be made public due to recently it took maybe 3 weeks before the entire cdm was revoked.
    so it's impossible download the courses?
    no im saying the method you mentioned is dead.
    info for current methods are posted here but over many posts.
    also since what you are asking is very specific if there is anything different it could take a long time to figure it out.
    i spent 3hr today making All4 work and that is after I have spent probably 30hr on understanding things in the first place.
    (and have small bit of experience in updating and tweaking scripts previously)
    edit: lol i got key with pssh but now dont have mpd xd
    Last edited by kenyard; 20th Dec 2021 at 16:42.

  21. Originally Posted by kenyard View Post
    i spent 3hr today making All4 work and that is after I have spent probably 30hr on understanding things in the first place.
    prepare for the flood of PM's

  22. Offtopic:
    @[ss]vegeta

    I wanted to send you DRM Info screenshot via PM.
    But it's not possible anymore.

    OnTopic:
    What is better way to root 7.1.1 Android with Magisk or SuperSU ?

  23. Do not send me DM's
    Join Date
    Dec 2021
    Location
    Tórshavn
    Search Comp PM
    Originally Posted by zyck View Post
    Offtopic:
    @[ss]vegeta

    I wanted to send you DRM Info screenshot via PM.
    But it's not possible anymore.

    OnTopic:
    What is better way to root 7.1.1 Android with Magisk or SuperSU ?
    magisk, you're gonna need the frida module for magisk. I'm guessing you want to obtain your keys from your device. THen, magisk, I didn't think chainfire's Supersu was even maintained anymore after he got a job at google.

    Also, you're gonna need to install frida server on a pc. Don't ask me, I don't use windows.

  24. Hi all!
    Two questions (YES or NO):

    Does anyone know if there is TV logo in Paramount+ VOD films?
    Does anyone know how to get kid or key in Paramount+ VOD films?

    Best
    Last edited by AARON8888; 20th Dec 2021 at 18:09.

  25. Originally Posted by filipino View Post
    Originally Posted by naim2007 View Post
    Originally Posted by filipino View Post
    Originally Posted by ali2022 View Post
    Originally Posted by filipino View Post
    Did someone probó the new version of this script? I have not been able to succeed with this
    https://github.com/nilaoda/WidevineClient
    This is a script in C# and you will need to compile it yourself, if you have sufficient knowledge I think you should be able to complete it.
    I have installed everything necessary to run the script in visual code studio
    but when running the script with dotnet run command, I get error
    could you help me just a little bit?

    Code:
    Windows PowerShell
    Copyright (C) 2014 Microsoft Corporation. Todos los derechos reservados.
    
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main> dotnet run
    [2021-12-20 10:08:22.820] - get cert...
    [2021-12-20 10:08:23.769] - get challenge...
    Unhandled exception. System.TypeInitializationException: The type initializer for 'WidevineClient.Widevine.CDM' threw an exception.
     ---> System.Exception: No client id blob found
       at WidevineClient.Widevine.CDMDevice..ctor(String deviceName, Byte[] clientIdBlobBytes, Byte[] privateKeyBytes, Byte[] vmpBytes) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDMDevice.cs:line 38
       at WidevineClient.Widevine.CDM..cctor() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       --- End of inner exception stack trace ---
       at WidevineClient.Widevine.CDM.get_Devices() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 15
       at WidevineClient.Widevine.CDM.OpenSession(String initDataB64, String deviceName, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Widevine\CDM.cs:line 58
       at WidevineClient.Widevine.CDMApi.GetChallenge(String initDataB64, String certDataB64, Boolean offline, Boolean raw) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\CDMApi.cs:line 12
       at WidevineClient.Tests.Test() in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Tests.cs:line 25
       at WidevineClient.Program.Main(String[] args) in C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main\Program.cs:line 13
    PS C:\Users\user\Downloads\WidevineClient-main\WidevineClient-main>
    ---> System.Exception: No client id blob found
    put working cdm
    Will I need to put any file? Device_client_id_blob in the script folder?
    or is it something more complex?

    If you already compiled, you should have the executable "WidevineClient.exe" in this location: C:\Users\your user name\Downloads\WidevineClient-main\bin\Debug\netcoreapp3.1

    In that same location you have to have a "cdm" folder if you don't have it, create it, and within that folder you have to have the following folders \devices\chrome_1610

    and in this last folder you have to have the files: config, device_client_id_blob, device_private_key, token

  26. Member
    Join Date
    Dec 2021
    Location
    Thailand
    Search Comp PM
    Can you help me out Regarding WVdumper i managed to got message "Hook complete" then i try to open DRM content [Disney+ Hotstar] but nothing happen after that .. How can i know if it dumped / complete ? where is the path of blob & private key after dumped

    Device: Samsung Galaxy J7 - Android 6.0.1
    Last edited by youfon55; 21st Dec 2021 at 01:32.

  27. Originally Posted by youfon55 View Post
    Can you help me out Regarding WVdumper i managed to got message "Hook complete" then i try to open DRM content [Disney+ Hotstar] but nothing happen after that .. How can i know if it dumped / complete ? where is the path of blob & private key after dumped

    Device: Samsung Galaxy J7 - Android 6.0.1
    As far as I know, you need 7-9 Android.
    Also Samsung I think it's not possible, I could be wrong.
    Anyway, you can know that something gets dumped if "weird" stuff starts happening after hooks completed.
    A folder will show up where your dumper is. It might contain keyboxes, it might contain private key...

  28. Originally Posted by [ss]vegeta View Post
    Originally Posted by youfon55 View Post
    Can you help me out Regarding WVdumper i managed to got message "Hook complete" then i try to open DRM content [Disney+ Hotstar] but nothing happen after that .. How can i know if it dumped / complete ? where is the path of blob & private key after dumped

    Device: Samsung Galaxy J7 - Android 6.0.1
    As far as I know, you need 7-9 Android.
    Also Samsung I think it's not possible, I could be wrong.
    Anyway, you can know that something gets dumped if "weird" stuff starts happening after hooks completed.
    A folder will show up where your dumper is. It might contain keyboxes, it might contain private key...
    I've been told Samsung's may be possible, but an edit may be needed to the script.js file somewhere

  29. Originally Posted by T33V33 View Post
    I've been told Samsung's may be possible, but an edit may be needed to the script.js file somewhere
    I had to do that even on a non Samsung phone.
    If it's the edit with "gibberish" in the first line on the script, then I think that works only if you managed to at least get keyboxes. If you are stuck only on "hooks completed", and don't get any keyboxes, that edit I think doesn't work. Maybe there's another edit...




Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!