abgx360

Monday 3 January 2011

PS3 EBOOT Repository for FW 3.41

It is now possible to play PS3 games past the FW 3.41 requirement (Example GT, requires FW 3.5) on FW 3.41. This requires a modified EBOOT. You can make your own by the following (Tutorial by Veritas of PSX-SCENE)
Anyway, this guide requires you to have some knowledge of how the SELF and ELF file formats are laid out. I don’t have a quick tool to do this for me, but it takes maybe 5 minutes of my time to do it by hand.
1. Open EBOOT.BIN in a hex editor of your preference.
2. In EBOOT.BIN, look at the SELF control info, if you see anything resembling the game titleid, it’s an NPDRM SELF and this guide won’t work, give up.
3. Use readself on EBOOT.BIN to get information about the encrypted metadata sections.
4. unself EBOOT.BIN eboot.elf
5. Open eboot.elf in a hex editor of your preference.
6. In eboot.elf, go to every encrypted metadata section (now decrypted), copy its data, and replace the encrypted data in EBOOT.BIN.
7. In EBOOT.BIN, change SELF header to indicate it’s FSELF.
8. In EBOOT.BIN, change SELF section headers that are marked as encrypted to say they are not encrypted.
9. If the game is a newer SDK version (like GT5, which is 3.50), in EBOOT.BIN, find the .sys_proc_param segment and change the SDK version to something earlier, such as 3.41. This will probably cause crashes in games that actually use newer SDK features that are not available in earlier SDK versions.
10. Save EBOOT.BIN
11. Cross fingers, run game, hope it works.
Please post your own EBOOTs here for your games, and I will keep a master list here of all current EBOOTs:
Gran Turismo 5
US EBOOT.bin: HERE
EUR EBOOT.bin: non confirmed working yet
param.sfo edit: YES – 3.41
NFS Hot Pursuit
US EBOOT.bin: HERE
EUR EBOOT.bin: HERE same as US but work only in english…awaiting for a proper eur eboot.bin
param.sfo edit: NOT REQUIRED
Tales of grace
JAP EBOOT.bin: HERE
Reply back with your EBOOT, and after confirmation it works it will be moved to front post (do not PM me asking me for EBOOTs).

No comments:

Post a Comment