TheSpecialist's Xbox DVD-Drive 'Unlocker' Code
Date: Saturday, December 31 @ 07:41:53 UTC
Topic: Xbox Gaming


TheSpecialist has posted some commented code for the work he has been doing in the DVD firmware hacking thread. The tool allows you to access original Xbox discs on a PC using an original Xbox (Xbox1) DVD-ROM drive. (Windows must be able to detect your drive). This work was done to help understand communications with the Xbox DVD drive.

The source is ready for release. I've do*****ented it pretty well, so it can function as a kind of 'summary' of the work done in this thread. Also, I've rewritten the decryptor section. In the previously released executable, the decryption was done in a C++ routine while the rest of the code was done in Delphi 7 (it should compile with any delphi version). It uses standard RC4/SHA1 decryption, but I couldn't find the correct RC4 routine for delphi at the time, so I used a C++ source and injected the compiled code into my delphi exe, hehe Now the code is done completely in delphi, but I've also included the decryptor code in C++ in the zip file (it uses the encrypted control data block as input file). The C++ code includes the standard SHA.C and RC4.C you can find anywhere on the net.

Here it is, enjoy:

http://www.barendb.herejezus.nl/zooi/unlocker.zip
News Source: http://www.xboxhacker.net







This article comes from XBOX-HQ.COM
https://www.xbox-hq.com/html

The URL for this story is:
https://www.xbox-hq.com/html/modules.php?name=News&file=article&sid=2739