- 精华
- 0
- 帖子
- 1395
- 威望
- 0 点
- 积分
- 1838 点
- 种子
- 5 点
- 注册时间
- 2010-5-8
- 最后登录
- 2023-5-10
|
发表于 2011-4-7 19:13 · 美国
|
显示全部楼层
本帖最后由 boomer 于 2011-4-7 17:47 编辑
fbBuild 0.20
============
Introduction:
=============
Sad to hear the rumor of ikari stepping down, and even sadder to hear 我很伤心听到ikari退出的谣言,更伤心听到某些
of the profiteers taking advantage of this... we bring you a tribute 为了钱利用这个的人。我们为了ikari
to ikari. If you paid for this, get a refund! 把这个送给你。如果你交了钱,快去退款!
fbBuild is a NAND image builder made to suit freeBoot style images, fbBuild是一个nand生成器,可以用来制作
the included patches and freboot.bin core are based on the original Freeboot 的核心程序
works done by ikari. Ikari制作的。
It is suitable to build rebooter images for all current JTAG exploit 这个可以制作任何JTAG机的
compatible xbox 360's. As with ibuild produced images, this version Freeboot并且和所有主板兼容
only requires a single flash 16MiB in size or larger. 只需要一个16MB或以上大小的nand文件。
What's New: 更新:
===========
- now encrypts crl, dae, secdata, and extended binaries 重新加密crl, dae ,secdata和展开执行程序
(note, odd.bin encryption not supported - as of 12611 it's obsolete) 注意,odd.bin不支持加密,因为在12611就过时了
- metadata no longer needed (including security files) 不需要metadata了,包括安全文件
- improved checks 更高级的检查
- scriptable file lists for image build, supports multiple versions 可以在建立固件时输入代码,支持多种版本
- minor updates and fixes 一些小升级
Current Limitations: 现在的限制
====================
- STAY THE HELL OFF LIVE! Nuff said, we're not you're mum. 别TMD上LIVE...我们不是你亲娘。
How To Use: 使用方法
===========
- See individual folders for lists of files to provide 看一下文件夹构造
- if desired provide replacement cpu and 1bl keys in text files 你想的话可以替换CPUKEY的文档
- open a command window in the fbBuild directory 使用命令提示符来到FBBULID的目录下
- on the command line type, for example: 类似下面的命令:
example - if you provided keys in appropriate text files 如果你的CPUKEY写在了文档里的话
fbbuild -c xenon -f 12625 -d mydata nand.bin
-c falcon = use falcon bl and patch set 这个给单65用
-f 12625 = dashboard version, can be changed to 12611 or 9199 可以把它改成12611或9199
-d mydata = a folder is present called "mydata" with per machine 这个文件夹里要放你自己的东西
files
nand.bin = the file that will be produced 这是生成的文件
- type fbbuild.exe -? for command line info 输入FBBULID.EXE -?查看所有命令。
Note:
=====
- for those of you using donor data, the security files shouldn't pose a 如果你用的不是自己的原始固件,
problem but make sure the CPU key you use is from the machine that donated 应该是没问题的,但是确认你输入的CPUKEY
the kv instead of the target machine you are building the image for. 不是你自己的,而是那个给你固件的人的CPUKEY。
- if you have a 16M jasper, an additional build type has been added 如果你有16M的双65主机,有一个新的命令
'jaspersb', by default the image will be built for jasper with big block
controller (config 00023010), use this alternate switch to build for small
block controller (config 01198010)
Credits:
========
Without ikari this would not have been possible, thanks!
__ ____ ___ ___ _____
/ _|_ __ ___ ___| __ ) / _ \ / _ \_ _|
| |_| '__/ _ \/ _ \ _ \| | | | | | || |
| _| | | __/ __/ |_) | |_| | |_| || |
|_| |_| \___|\___|____/ \___/ \___/ |_|
[v0.04 - inspired by ikari]
R.I.P.
Thanks and greetz to everyone who has contributed to hacking this
wonderful machine. Thanks to the engineers and countless others who made
the machine what it is... we only wish they had listened and RROD was
not a problem. If we were to list everyone here, there would be no time
left to play on the machine!
Big thanks to the folks at #freeboot on efnet for the tireless
hours of help you all give freely. Big thanks to the testers who made
sure stuff worked.
Don't believe what random people *cough* write on forums ..
-----
2010/12/13
-----
Changes: 0.2更新
========
0.2
- scriptable file lists 可以加入代码
- no longer any need for .meta files 不需要.META文件了
- encrypts crl/secdata/dae/extended (no .meta needed) 加密这些,不需要META
- fixed random byte generator (yes, it was a bug) 修复了一个BUG..
- better checks for hacked SMC and encrypted security files 对SMC的修复比较好 |
|