Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
12th August 2015, 21:21 | #1 | Link | |
Registered User
Join Date: Dec 2013
Posts: 513
|
FindVUK tool - get VUK of all Blurays supported by DVDfab applications
A few words of introduction:
As we all know there's no chance to free the Bluray format as it happened with the DVD. There are no working processing keys available anymore and even if it would, they would get revoked within a short period of time. The only thing that is forever (at least for AACS) is the VUK (Volume Unique Key). About february 2014 I got my first raspberry pi, connected a usb-bluray drive and tried to play a few blurays but simply got disappointed: apart from the problem that the first pi was simply not fast enough to handle the usb-bluray and the decoding I also ran into the problem that the necessary library 'libaacs' needs a VUK for each Bluray to decode it properly - but those keys are only available for older Blurays as the newer ones cannot be decrypted any longer because of the missing processing keys.... Usually 'MakeMKV' is a quite good replacement for libaacs under linux - but at the time where the FindVUK started it has not been available for ARM devices (I think now it is: MakeMKV on Raspberry PI (ARM)). In August 2015 I stumbled across this post here http://forum.kodi.tv/showthread.php?tid=230493 and started thinking about the VUK problem again. I already asked the MakeMKV developer in the past to output the VUK so it can be used on arm devices - but he replied that it's too complicated to get the vuk from his tool. But than I got hands on another tool called 'DVDfab Passkey' and noticed an interesting line in it's logfile: Quote:
But I discovered another way to get the VUK from Passkey: create a memory dump after decrypting and read it from the dump How you can 'find the VUK' manually (without FindVUK): Basically the steps are quite easy:
What FindVUK does: Originally FindVUK was only a proof-of-concept to get the VUK from a dvdfab memory dump, but it evolved and also received a few more features:
The KEYDB.cfg file is used by the libaacs library (that can be used to play blurays for example in VLC). FindVUK is windows only - in case you're a linux user take a look at VukExtract from @m4tthi4s Getting started:
Whenever DVDfab releases a new version of either DVDfab, MediaPlayer or Passkey I'll test if FindVuk is still compatible and include it into an internal 'known to be good' list and will release a new version that includes this result. But even in case I'm not fast enough - FindVUK will simply report that the used DVDfab application is untested. I hope the company behind the application don't close this way of retrieving the VUK or at least the unit keys. In case you have problems with the tool please post your experience here and I'll try to help as good as I can History of the tool: (had to clean the details of the first releases because I hit the size limit of this post -> the full changelog of all releases is included in the zip-file of the download 20150812 .. 0.51 - initial release (...) 20200629 .. Download FindVUK 1.35
20201013 .. Download FindVUK 1.37
20201016 .. Download FindVUK 1.38
20210721 .. Download FindVUK 1.42
20211111 .. Download FindVUK 1.53
20211113 .. Download FindVUK 1.54
20220501 .. Download FindVUK 1.55
20220515 .. Download FindVUK 1.57
20230122 .. Download FindVUK 1.58
20230203 .. Download FindVUK 1.59
20230425 .. Download FindVUK 1.63
20230626 .. Download FindVUK 1.64
20230919 .. Download FindVUK 1.66
20230920 .. Download FindVUK 1.67
20231208 .. Download FindVUK 1.72
20240504 .. Download FindVUK 1.74
20240508 .. Download FindVUK 1.75
20240804 .. Download FindVUK 1.77
20240904 .. Download FindVUK 1.79
Last edited by nalor; 4th September 2024 at 21:38. Reason: FindVUK 1.79 |
|
22nd August 2015, 23:53 | #4 | Link |
Registered User
Join Date: Jun 2005
Posts: 259
|
Holy crap. It works! Amazing find.
Unfortunately DVDFabPasskey doesn't appear to work without internet connection so they can, and probably will, make the current versions stop working and block your program But let's hope and get as many keys as possible in the meantime |
25th August 2015, 20:28 | #5 | Link | |||
Registered User
Join Date: Dec 2013
Posts: 513
|
@mpfour:
It's written in Purebasic and at the moment I don't want to release the source - but maybe this will change in the future... And basically there's nothing in the software that uses an online connection with one small exception - in case the 'procdump.exe' in the 'tool' subdirectory is not available the tool tries to download it automatically from the location that is specified in the ini file with 'ProcDumpUrl'. Until now I never thought someone could have problems with this download - but I've changed the error message in case the URL is empty to something more readable So in case you want to run it right from the start without any network activities simply create the FindVUK.ini file in the 'config' subdirectory manually and delete the procdumpurl from the ini file - for example this here should do the trick: Quote:
Old Message: Quote:
Quote:
|
|||
25th August 2015, 20:42 | #6 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
@candela:
Thanks for your positive post! I also thought a lot if DVDfab will change their software to prevent that the VUK can be extracted from a memory dump - but personally I think that the VUK is only usefull for playback of blurays and although it can also be used to decrypt blurays I'm not aware of a convenient tool to do this. So finally I don't think that somebody stops buying software from them because they don't sell bluray playback software On the other hand it might be a reason to buy software from them to get the possibility to detect the VUK for certain blurays that couldn't be watched on a linux device otherwise... But as I can't change it anyway I'm with you: get as many keys as possible as long as it works |
16th September 2015, 20:59 | #10 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
Just a small info: DVDfab has the next promotion running and is giving away free lifetime licenses for DVDfab MediaPlayer pro (and in the next version of FindVUK you can also use MediaPlayer pro to find the vuk
http://de.dvdfab.cn/promotion.htm And personally I find it more convenient to work with MediaPlayer than to work with Passkey |
18th September 2015, 20:37 | #11 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
Okay - just finished my last internal tests for the next small update to FindVUK and attached version 0.61 in the first post
The biggest change is the additional support for 2 more products from DVDfab:
As already mentioned DVDfab has a promotion running to give away MediaPlayer pro lifetime licenses for free and when I installed this player I checked the memory dump and noticed that the same method to find the vuk can also be used for this software. Finally I've tried it also for DVDfab9 and as expected it's also possible to get the VUK from it's memory dump And as far as I can see the VUK can also be found with the trial version of DVDfab9 and as long as the 'main' features of DVDfab aren't used the 'real' trial period never starts and subsequently it will never expire As FindVUK has still no interface it's settings are still controlled with the ini-file in the 'config' subdirectory - the ini-file got a few new parameters that I'd like to explain in short: Section 'MediaPlayer' (and Section 'Passkey' - but this one has been in the ini-file since the first release)
Section 'DVDfab' (basically identical to the sections 'Passkey' and 'MediaPlayer' with one exception):
Section 'FindVUK'
Personally I prefer using MediaPlayer and DVDfab9 against Passkey because for both new applications it's always possible to get access to the encrypted disc and this allows to validate the found VUK without the need to disable or exit an application (as it happens quite frequently with Passkey). When using MediaPlayer you need to start the playback of the disc in MediaPlayer and as soon as the VUK has been found FindVUK will stop the playback and exit the MediaPlayer (but of course also start it again for the next disc) - this is necessary because MediaPlayer caches the result of it's internal analysis and so it wouldn't be possible to insert the same disc 2 times in a row (something that I'm doing quite often during my own tests ). DVDfab9 doesn't cache any results - so it's not closed in the middle, simply insert one disc after the other without the need for any manual interaction In case you run into troubles using FindVUK don't hesitate to post a reply here - and in case it's working perfectly for you I also appreciate positive feedback Last edited by nalor; 18th September 2015 at 20:42. |
18th September 2015, 23:07 | #12 | Link |
Registered User
Join Date: Jun 2005
Posts: 259
|
I only have Passkey and Media Player installed and then FindVUK refuses to start unless I put a valid (fake) DVDFab path in the ini
Log file says: DVDFab "Warning! DVDfab MainApp is not valid! >< - please check if it is installed properly!" |
18th September 2015, 23:20 | #13 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
Thanks for the bug report! - already corrected the error... stupid mistake, don't know why I've treated the 'Warning' messages as errors...
Please try 0.62 now - it should work as expected (only exit in case not a single supported application can be found) |
20th September 2015, 00:24 | #15 | Link |
Registered User
Join Date: Nov 2007
Posts: 11
|
I'm trying to get this to run but it keeps giving a error and I don't know what to do. I only have temporary access to a Windows machine (I only run Linux) so I need to figure this out fast.
I already added added about 140 vuk's to the KeyDB that I could from a Linux machine now I want to get the rest of my v31+ discs done will I can so they well play under Linux after a KeyDB update. Output Code:
----------------------------------------------------------- 2013.11.20 06:32:18 - ------------ FindVUK 0.62 ------------ ----------------------------------------------------------- 2013.11.20 06:32:18 - SettingsFile: >C:\Users\username\Desktop\FindVUK\con fig\FindVUK.ini< 2013.11.20 06:32:18 - Passkey is preferred and available! 2013.11.20 06:32:18 - Passkey-MainFile:>C:\Program Files\DVDFab Passkey\DVDFabPa sskey.exe 2013.11.20 06:32:18 - Passkey-LogFile: >C:\Users\username\Documents\DVDFab Passkey\Log\passkey_internal.log 2013.11.20 06:32:18 - KEYDB-Path: >C:\Users\username\AppData\Roaming\ aacs 2013.11.20 06:32:18 - ProcDumpFile: >C:\Users\username\Desktop\FindVUK\ tool\procdump.exe ############################################################################### --- PART 1 --- GET VUK --- ------------------------------------------------------------------------------- 2013.11.20 06:32:18 - Please make sure Passkey is enabled! ------------------------------------------------------------------------------- 2013.11.20 06:32:18 - Tested Passkey Version >8.2.4.8< found 2013.11.20 06:32:18 - >>> everything should work as expected! 2013.11.20 06:32:18 - Offset Folder2DiscId >0x114< - DiscId2Vuk >0x5F< 2013.11.20 06:32:31 - Drive opened 2013.11.20 06:32:34 - DiscType detected >Blu-ray BDMV< 2013.11.20 06:32:34 - Volume Label detected >GAME_OF_THRONES_S2_EPISODE_ONE▼< 2013.11.20 06:32:34 - DriveLetter detected >D< 2013.11.20 06:32:34 - Detected CopyProtections AACS >1< BD+ >0< 2013.11.20 06:32:35 - DiscID found >AB6DAF1F77EEB06782525D440B84CF4F52D96452< 2013.11.20 06:32:36 - Passkey got VUK! Cancel decryption and create MemDump now! 2013.11.20 06:32:37 - Dump successful! >0< 2013.11.20 06:32:37 - MemDump successfully finished! 2013.11.20 06:32:37 - Start to analyze MemDump now! 2013.11.20 06:32:37 - Error! DVDfab_GetVukFromDump - Couldn't find Vid in File!! ! 2013.11.20 06:32:37 - Error during analyzing memory dump - please report in the doom9 forum! 2013.11.20 06:32:37 - ERROR! while analyzing the memory dump! Exit application! Waiting 3 secs before quit... Although I found 10 discs in the end that FindVUK said were invalid but when I manually added them from the terminal output into the keydb on my Linux system (no other decryption software running just libaacs) and manually tested they worked great. They were Game of Thrones seasons 3 and 4 plus the 3D disc for Jurassic Park Another strange thing when I went to add those last ones with the updater it only added 9 but I had 10 and none of them worked before I added the vuks so they didn't exist beforehand in the DB Last edited by shadowofdarkness; 20th September 2015 at 03:35. Reason: New info |
20th September 2015, 10:29 | #16 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
Hi! So as far as I can see you encountered 3 strange things
1) FindVUK cannot find the necessary data in the memory dump for the >GAME_OF_THRONES_S2_EPISODE_ONE▼< bluray. >> in this case the memory dump should still be available in the dump subdirectory of the findvuk folder - it would be great if you could upload it somewhere and send me the location as pm so I can download it and check what is going wrong in this case. You can check yourself with a hex editor if you can find the DiscId >AB6DAF1F77EEB06782525D440B84CF4F52D96452< in the memory dump. 2) FindVUK reported the found VUK to be invalid but it still works? Please post the logfile from such a disc - in case there's something wrong in my validation routine I'd like to correct it as soon as possible 3) The updater only updates 9 of 10 keys - well, please report this in the thread of the updater as honestly I have no idea why this is happening... |
20th September 2015, 11:09 | #17 | Link | |
Registered User
Join Date: Nov 2007
Posts: 11
|
Quote:
To make it worse for you to figure out I tried putting the log on pastebin but that character was deleted even opening the txt file in Notepad on Windows didn't show it. The only way I even saw it was when I opened the log file on my Linux machine. I have attached the original txt file in case you also run Linux to see it and a screenshot of it open in vi incase you don't. I didn't even have to highlight the problems since it seems highlighted on its own. 2) The log is also doing the Jurassic Park 3D discs which gives a false invalid. But I know works since I have propagated it manually to my Linux laptop and Raspberry Pi which both started playing the disc fine afterwards. 3) I'll definitely find the updater thread because I may also have others that didn't upload but I thought it was coincidence that someone else added them because I got a updated db as I was doing the upload that time. But maybe not if it also added less this time when no other update happened. Last edited by shadowofdarkness; 20th September 2015 at 11:12. Reason: changing picture |
|
20th September 2015, 11:19 | #18 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
Ahh! You're right - this strange character will be the problem! I'm only wondering why procdump.exe doesn't return an error when it fails because of the filename...
I'll remove all strange characters in future from the filename - I think this will solve the problem Give me a few minutes - I'll upload the next release soon! Unfortunately I cannot download your logfile because it still needs approval... maybe you can simply upload it to file-upload.net or another easy to use filehoster and paste the link here? |
20th September 2015, 11:36 | #19 | Link |
Registered User
Join Date: Nov 2007
Posts: 11
|
Here is the log also I noticed the character looks different when I open it in gedit on my Linux system so it's like it just shows something as a place holder and not a specific character.
http://s000.tinyupload.com/index.php...03134481590036 |
20th September 2015, 12:31 | #20 | Link |
Registered User
Join Date: Dec 2013
Posts: 513
|
Thanks for the logfile! This really helps! I think I already know the problem with VUK-invalid message.. it's again a stupid error
I'm only wondering why I've never run into this problem before.... I'll fix it now and as soon as I've finished this task I'll upload the next release |
Thread Tools | Search this Thread |
Display Modes | |
|
|