Cex2Dex: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
(Created page with "= Files = http://www.ps3devwiki.com/files/devtools/Cex2Dex/ == LibeEID == * [http://www.ps3devwiki.com/files/devtools/Cex2Dex/libeeid/ libeeid] == c2d == * [http://www.ps3de...")
 
Line 18: Line 18:
* Check flashdump -> [[Validating flash dumps]]
* Check flashdump -> [[Validating flash dumps]]
* extract EID0 section -> eidsplitter, manual extract or on linux : ''[[Dev_Tools#dump_EID0.sh|ps3dm_iim /dev/ps3dmproxy get_data 0x0 > EID0.bin]]''
* extract EID0 section -> eidsplitter, manual extract or on linux : ''[[Dev_Tools#dump_EID0.sh|ps3dm_iim /dev/ps3dmproxy get_data 0x0 > EID0.bin]]''
* decrypt EID0 using proper [[Cex2Dex#Libeeid|LibeEID]] (or any other proper eEID crypto tool)
* decrypt EID0 using proper [[Cex2Dex#LibeEID|LibeEID]] (or any other proper eEID crypto tool)
* edit [[Target ID]]
* edit [[Target ID]]
* encrypt/rehash EID0 using proper [[Cex2Dex#Libeeid|LibeEID]] (or any other proper eEID crypto tool)
* encrypt/rehash EID0 using proper [[Cex2Dex#LibeEID|LibeEID]] (or any other proper eEID crypto tool)
* paste inside flash dump -> [[http://mh-nexus.de/en/hxd/ HxD]] or any Hexeditor / binairy copy method
* paste inside flash dump -> [[http://mh-nexus.de/en/hxd/ HxD]] or any Hexeditor / binairy copy method
* If needed, because console is now on 3.56+, don't forget to patch CoreOS and Revoke too -> [[Downgrading with Hardware flasher#Patch_the_dump_.26_Reflash_it_to_the_console|Downgrading patches]]
* If needed, because console is now on 3.56+, don't forget to patch CoreOS and Revoke too -> [[Downgrading with Hardware flasher#Patch_the_dump_.26_Reflash_it_to_the_console|Downgrading patches]]

Revision as of 04:13, 13 July 2012

Files

http://www.ps3devwiki.com/files/devtools/Cex2Dex/

LibeEID

c2d


Guide(s)

In short: changing Target ID of console inside decrypted eEID0

Semi Guide / Shortlist