Here are the JED and XSVF files for the Xecuter RGH2.0 Release –
http://www.qfpost.com/file/d?g=22gaEK4p6A few questions were raised that we should clarify.
If you are on 14699 or below with no DVD Drive and no Drive Key you can still use original RGH to get your CPU Key if you are on CB 6750
If you are on 14699 or below with no DVD Drive and no Drive Key you can still use the Xecuter RGH2.0 to get your CPU Key if you are on CB 5772/6752
If you are on 14717 or above with no DVD Drive and no Drive Key you can still use the Xecuter RGH2.0 to get your CPU Key if you are on CB 6752/6753
Simply use our RGH2.0 builder and the TX CoolRunner instructions and you will be able to run Xell and get your CPU/DVD Key.
The fact is we do not use the XOR hack on 5772/6752 – we use the rc4/keystream trick so no XOR hack at all is required or used below 14717. Of course we can give you this info as it's our code in the first place. Funny how that works……
We appreciate any feedback and results from your own tests. All input is welcome.
Also thanks to Juvenal in #libxenon for pointing out some linux corrections in the build.py
<@Juvenal>your build.py from rgh2.0 does not work on linux because of the way you did paths :/
<@Juvenal> instead of using double backslashes for path delims you should do: os.path.join('common', 'CB', 'file.bin')
<@Juvenal> that will make it platform independent
Here is our updated RGH2.0 build.py script for Xell to make it cross platform compatible:
http://pastie.org/3804506