The original tutorial : http://gueux-forum.net/index.php?showtopic=167103
Sorry for english.
中文编译:Xboxchina.小丫 转载请注明出处
(My DVDkey is now 12121212121212121212121212121212)
需要的硬件 :
- xbox 360
- Infectus 芯片
- XP系统的电脑
需要的软件 :
- Infectus Programmer v.0.0.3.4d
- 一个十六进制编辑器(如hex workshop)
- Flashtool 0.81
- NAND.bin
- 1BL.bin
- FUSES.bin
如何获得上面三个.bin 文件可参考: http://bbs.xboxchina.com/thread-16726-1-1.html
To change the dvdkey, we patch the NAND.bin with the KV.bin file (keyvault).
想要更换DVDKEY,我们需要用KV.bin文件修补NAND.bin文件
To have the KV.bin file, you need the CPUkey, Flashtool and the NAND.bin.
想要拿到KV.bin文件,我们需要CPUKey, Flashtool和NAND.bin
To patch the NAND.bin by the KV.bin files, you need the 1BLkey.
想要用KV.bin文件修补NAND.bin,你就需要1BLkey
Sight glogale:
图 1 : KV.bin :

图 2 : the NAND patch :

-----------------------
如何得到CPUkey :
CPUkey 在
FUSES.txt 这个文件里.
打开
FUSES.txt 这个文件, 留下第03和05行(或者第04和06行),其它全部删除.
CPUkey = 第三行 + 第五行 如下图 红色部分加上蓝色部分

保存你的
CPUkey.txt.
如何得到 1BLkey :
1BLkey 在
1BL.bin 文件里.
用你的十六进制编辑器打开
1BL.bin 文件 然后转到分段里的
5878
(如图,在offset后输入5878,然后点击Go)

key始于5878,到5887结束(如截图绿色部分).

把32位数字复制到
1BLkey.txt文件里.
第三步:创建 Kyvault, KV.bin : (图 1)
现在,你有两个 key 和 NAND.bin 文件.
- 打开
Flashtool.
- 选择
Keys
- 打开
1BLkey.txt 和
CPUkey.txt.
- 把相应的key复制粘贴进去就好了(如图) :

- 选择
Dump Files 然后选择
NAND.bin 文件.

- 点击
Extract, 选择
Key Vault ,
OK. 保存.
生成
KV.bin (16 368 octets).
第四步/修改KV.bin:
DVDkey 就在
KV.BIN里面.
- Open
KV.BIN file with your hexadecimal editor and
Goto offset F0 :
-用十六进制编辑器打开KV.bin文件,在Goto选项里的Offset后输入F0;

这个key始于F0,结束于FF
- 更改
DVDkey.

- 保存更改.
现在这个
KV.bin 文件可以用于 nand.bin 的修改.
第五步/修改 NAND.bin : (图 2)
- 打开
Flashtool :
- 选择
Patch
- 把
Patch Keyvault 选项勾上,然后点击
Browse...

- 选择
KV.bin 文件点击
OK. 另存新的 NAND 为
NAND2.bin 文件.
好了。这个NAND就修改好了,名字就是
NAND2.bin.
最后一步/Flash主板 :
- 运行
Infectus Programmer.
- 用 USB 连接到 Infectus
- 在
Flash Command 选项里选择
Erase(擦除).
- 在
Flash Command 选项里选择
Blank Check(查空).
- 在
Flash Command 选项里选择
Write. 选择
NAND2.bin 文件并打开.
- 断开 Infectus.
- 关闭 programmer.
--------------
Thanks to :
SeventhSon, robinsod, uberfry, Jx7, Xfab29, bonx and the gx-mod forum.