PSID: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
mNo edit summary
(fixed lenght, added info link from stoker25)
Line 1: Line 1:
[[Category:Software]]
[[Category:Software]]
What is a PSID? it's a unique 32byte (0x20) hexsequence inside your ps3.
It's a unique 16byte (0x10) hexsequence inside your ps3.


{| class="wikitable sortable"
{| class="wikitable sortable"
Line 6: Line 6:
! Name !! length !! Example
! Name !! length !! Example
|-
|-
| PSID || 0x20 || 1234567890ABCDEFFEDCBA0987654321
| PSID || 16 bytes (0x10) || 0123456789ABCDEFFEDCBA9876543210
|-
|-
|}
|}
Line 14: Line 14:
{| class="wikitable sortable"
{| class="wikitable sortable"
|-
|-
! FW !! Offset
! FW !! Memory Offset
|-
|-
| 3.41 || 0x800000000044A18C
| 3.41 || 0x800000000044A18C
Line 24: Line 24:
|}
|}


all the other offsets are the [[Console ID]]'s
All the other offsets are the [[Console ID]]'s


You can get it also thought a proxy server without the needing to have a CFW or a MFW


you can get it also thought a proxy server without the needing to have a CFW or a MFW
Or with "PSID patch v1.0" (for cfw 3.41) and "PSID patch v1.5" (for cfw 3.55) made by stoker25, this programs shows your current PSID, and let you spoof it in memory with other values (the change is not permanent). http://psx-scene.com/forums/f6/%5Bps3-src%5D-psidpatch-1-0-a-70709/

Revision as of 12:00, 20 January 2012

It's a unique 16byte (0x10) hexsequence inside your ps3.

Name length Example
PSID 16 bytes (0x10) 0123456789ABCDEFFEDCBA9876543210

Where to find it:

FW Memory Offset
3.41 0x800000000044A18C
3.55 0x800000000045218C
3.56 0x8000000000??????

All the other offsets are the Console ID's

You can get it also thought a proxy server without the needing to have a CFW or a MFW

Or with "PSID patch v1.0" (for cfw 3.41) and "PSID patch v1.5" (for cfw 3.55) made by stoker25, this programs shows your current PSID, and let you spoof it in memory with other values (the change is not permanent). http://psx-scene.com/forums/f6/%5Bps3-src%5D-psidpatch-1-0-a-70709/