作者jyuny1 (凯文蓝)
看板Modchip
标题[PSP] 非 Windows 平台自己换 eboot
时间Thu Apr 29 22:00:01 2010
给没有 windows 换 eboot,又想尝鲜的人
前置作业
1. 装 mkisofs
2. 装 7zip
3. 备份後的 ISO
以下都是用 command line 作业
ㄅ. 解压缩 ISO
> 7z -o/path/to/dir -x YOUR.iso
ㄆ. 替换你的 eboot
> cp /path/to/new/eboot /dest/of/new/eboot
ㄇ. 压新的 iso
> isoinfo -f -i ORGINAL.iso | nl -nln -s ";" | awk -F ";" '{print substr($2,2) " -" $1}' > sort_file
> mkisofs -sort sort_file -iso-level 4 -xa -A "PSP GAME" -V "PSP GAME" -sysid "PSP GAME" -volset SSX_PSP -p SSX -o NEW.iso /path/to/dir
给看的懂的人自己 DIY
reference
http://goo.gl/vj5v
之前收集到的 ciso convert source code
http://opensvn.csie.org/kevinblue/psp/ciso/
--
『Wow! so you are really beating the Grim Reaper』
And what I said even think about is
- Randy Pausch
『We don't beat the Reaper by living longer.』 Addressed CMU Graduates
『We beat the Reaper by living well and living fully.』 2008/5
For the Reaper will come for all of us. The question is
http://0rz.tw/9f4te
『What do we do between the time we born and the time he shows up?』
--
※ 发信站: 批踢踢实业坊(ptt.cc)
◆ From: 203.73.7.55
1F:推 kusowan:推,顺便请问linux下的xlink原po有试过能用麽? 04/29 22:03
我个人是用 PS3 的 adhoc party 玩
※ 编辑: jyuny1 来自: 203.73.7.55 (04/29 22:08)
3F:→ p587868:新版ISO TOOL 04/30 02:07
5F:→ q0212908:另外这个是可以在D3下执行 随意更换peagasus.prx文件 04/30 03:02
6F:→ q0212908:也就是可以切换玩pw 玩後後再换回玩其他6.20的游戏 04/30 03:03