emoose / xvdtool

A command-line tool for manipulating Xbox One XVD & XVC files.
GNU General Public License v2.0
140 stars 28 forks source link

DurangoKeyExtractor dont finish #51

Closed UseUser123321 closed 1 year ago

UseUser123321 commented 1 year ago

The program included with this, named "DurangoKeyExtractor", is stuck at an screen like this:

image

tuxuser commented 1 year ago

You misunderstand the tool.. you have to provide it a file path where .dll/.sys file is located (from Microsoft Gaming Services). It will scan the file for known keys (by SHA256 Hash) and extract any that are found.

Try xvdd.sys or .dll/.exe of GamingServices

UseUser123321 commented 1 year ago

Ok thank you so much.

UseUser123321 commented 1 year ago

You misunderstand the tool.. you have to provide it a file path where .dll/.sys file is located (from Microsoft Gaming Services). It will scan the file for known keys (by SHA256 Hash) and extract any that are found.

Try xvdd.sys or .dll/.exe of GamingServices

were do i find the files?

davFaithid commented 1 year ago

You misunderstand the tool.. you have to provide it a file path where .dll/.sys file is located (from Microsoft Gaming Services). It will scan the file for known keys (by SHA256 Hash) and extract any that are found. Try xvdd.sys or .dll/.exe of GamingServices

were do i find the files?

Microsoft.GamingServices framework, it will be at a path similar to C:\Program Files\WindowsApps\Microsoft.GamingServices_8.71.12001.0_x64

UseUser123321 commented 1 year ago

You misunderstand the tool.. you have to provide it a file path where .dll/.sys file is located (from Microsoft Gaming Services). It will scan the file for known keys (by SHA256 Hash) and extract any that are found. Try xvdd.sys or .dll/.exe of GamingServices

were do i find the files?

Microsoft.GamingServices framework, it will be at a path similar to C:\Program Files\WindowsApps\Microsoft.GamingServices_8.71.12001.0_x64

i already tried an other path and now worked with yours, thank you!