Naehrwert nous release ici ,deux outils plus que sympathique, mais réservé aux développeurs ayant des connaissances poussées.
Le premier se nomme Friday:
Il permet le re couplage d'un lecteur blu-ray (en cas de changement de lecteur) sans devoir utiliser le factory service mode.
friday (C) 2011 by naehrwert
This is a POC for a isolated spu binary. Generate a self encrypted+signed with the metldr keys out of friday.elf.
Then use friday.h to write a PPU application that loads the self by utilizing metldr and DMAs your console's EID2 to the shared SPU LS.
It will generate the P and S block from it, that is used to pair the BD drive to the specific console.
You can then DMA the blocks out from the LS and send them to the drive to remarry it to the console.
Communication with the SPU is done over in_mbox and out_mbox. MSG_OUT_* is send from the SPU code to out_mbox.
MSG_IN_* should be written from the PPU to in_mbox.
When MSG_OUT_READY arrives the PPU should DMA the EID2 to EID2_START and send MSG_IN_READY.
When MSG_OUT_GEN_DONE arrives the PPU should DMA the blocks out from BLOCKS_START and send MSG_IN_DIE.
Note: this is UNTESTED but should just work
Le second se nomme SCETOOL:
SCETOOL est une version modifiée d'un outil de la team Failoverflow qui permet d'afficher des infos sur les .SELF et SPU (diverses données de la PS3, du firmware entre autre).
Version 0.3.1 (non officiel)
- Ajout d emakefile
- Ajout d'option de seed indiv pour les créateurs de cfw ou pour des testeurs.
Version 0.3.0 (non officiel)
- Ajout d'une option pour spécifier l'emplacement de données
Version 0.2.9
- Plaintext sections will now take less space in metadata header keys array.
- Added option to specifiy a template SELF to take configuration values from.
- Added option to override the keyset used for en-/decryption.
- Fixed NP application types.
- [Firmware Version] will now be written to control info only.
- [Application Version] will now be written to application info only.
Version 0.2.8 (intermediate release)
- Fixed minor bugs where scetool would crash.
- Added SPP parsing.
- Decrypting RVK/SPP will now write header+data to file.
Version 0.2.7
- Added local NP license handling.
- Added option to override klicensee.
- Added option to disable section skipping (in SELF generation).
Version 0.2.5
- Added option to use provided metadata info for decryption.
- "PS3" path environment variable will now be searched for keys/ldr_curves/vsh_curves too.
Version 0.2.4
- Added option to display raw values.
- Moved factory Auth-IDs to <public build> (as they are on ps3devwiki now).
Version 0.2.2
- Added options to override control/capability flags (32 bytes each).
- Fixed where a false keyset would crash scetool when decrypting a file.
- Some source level changes and optimizations.
scetool v0.2.1
- Support complet des SELF.
scetool v0.1.1
Changements inconnus, mais semble permettre la création de SELF, comme le montre l'auteur :
scetool v0.0.4
Ajout du support des ELF 32 bits dans unself.
scetool v0.0.3
Ajout du support des ELF64
- Ajout d emakefile
- Ajout d'option de seed indiv pour les créateurs de cfw ou pour des testeurs.
Version 0.3.0 (non officiel)
- Ajout d'une option pour spécifier l'emplacement de données
Version 0.2.9
- Plaintext sections will now take less space in metadata header keys array.
- Added option to specifiy a template SELF to take configuration values from.
- Added option to override the keyset used for en-/decryption.
- Fixed NP application types.
- [Firmware Version] will now be written to control info only.
- [Application Version] will now be written to application info only.
Version 0.2.8 (intermediate release)
- Fixed minor bugs where scetool would crash.
- Added SPP parsing.
- Decrypting RVK/SPP will now write header+data to file.
Version 0.2.7
- Added local NP license handling.
- Added option to override klicensee.
- Added option to disable section skipping (in SELF generation).
Version 0.2.5
- Added option to use provided metadata info for decryption.
- "PS3" path environment variable will now be searched for keys/ldr_curves/vsh_curves too.
Version 0.2.4
- Added option to display raw values.
- Moved factory Auth-IDs to <public build> (as they are on ps3devwiki now).
Version 0.2.2
- Added options to override control/capability flags (32 bytes each).
- Fixed where a false keyset would crash scetool when decrypting a file.
- Some source level changes and optimizations.
scetool v0.2.1
- Support complet des SELF.
scetool v0.1.1
Changements inconnus, mais semble permettre la création de SELF, comme le montre l'auteur :
scetool.exe --sce-type=SELF --key-revision=0 --self-auth-id=1FF000000A000001 --self-vendor-id=FF000000 --self-type=LDR --self-fw-version=0003004100000000 --encrypt friday.elf friday.self
scetool v0.0.4
Ajout du support des ELF 32 bits dans unself.
scetool v0.0.3
Ajout du support des ELF64
Site officiel : https://twitter.com/#!/naehrwert/
Code source : https://github.com/naehrwert/scetool