Editing ENCDEC Device Reverse Engineering
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
[[Category:Software]] | |||
=Introduction= | =Introduction= | ||
* The following information was reverse engineered from LV1, Storage Manager in LPAR1, sb_iso_spu_module.self and sv_iso_spu_module.self. | * The following information was reverse engineered from LV1, Storage Manager in LPAR1, sb_iso_spu_module.self and sv_iso_spu_module.self. | ||
Line 35: | Line 35: | ||
........ 00 00 00 00 00 00 00 01 | ........ 00 00 00 00 00 00 00 01 | ||
........ 00 00 00 00 03 00 01 03 <-------- SB bus id v2 | ........ 00 00 00 00 03 00 01 03 <-------- SB bus id v2 | ||
</pre> | </pre> | ||
* During the communication, host and ENCDEC device use random IVs which are sent unencrypted together with encrypted payload. | * During the communication, host and ENCDEC device use random IVs which are sent unencrypted together with encrypted payload. | ||
Line 81: | Line 76: | ||
See my GIT repo: http://gitorious.ps3dev.net/ps3linux/encdec | See my GIT repo: http://gitorious.ps3dev.net/ps3linux/encdec | ||