Post: [RELEASE] PSIDPatch 1.5
02-26-2011, 12:59 AM #1
(adsbygoogle = window.adsbygoogle || []).push({});
You must login or register to view this content.


Today stoker25 has updated his security app to PSIDPatch version 1.5, which now supports changing the PS3 Console ID sent to PSN among the updates.

Download: You must login or register to view this content.


From the ReadMe file:
Originally posted by another user
Updated PSIDPatch 1.5, now it can also change the Console ID sent to PSN, although if the ID isn't valid you'll get a nice 8002A224 error. Included a sample consoleid.txt file too.

Updated PSIDPatch 1.2 for 3.55 consoles. SELF is signed and the package is "signed". 1.2 also lets you generate a random PSID now, no need for txt files. Also, removed the confirmation screens.

PSID is your playstation's unique identifier to Sony, this program will patch the loaded PSID in memory to one of your choice. This won't permanently patch your PSID, but *MIGHT* let you fool PSN. Best way to test this is for somebody with a banned PS3 to try changing it and going online.

Please note that I'm not sure if PSID is what is actually used for bans! Apparently the ID used for banning is generated using the PSID, but I think that the result of this generation *MIGHT* be stored somewhere in memory. If it is, this tool is worthless for PSN until that result is found.

Made and tested on a 3.41 PS3 for 1.0, 3.55 PS3 for 1.2... Although not tested online by me! If your using a different version and patching doesn't work properly please contact me and we'll work out a fix.


Features:

  • Shows you current PSID
  • Shows you current Console ID
  • Patch PSID from dev_usb/psid.txt
  • Patch PSID to random number
  • Patch Console ID from dev_usb/consoleid.txt
  • Patch ConsoleID (line 2) to random number
  • Choose USB to load from


This uses the peek and poke syscalls in order to patch your PSID. Please make sure your using a payload which uses them or a CFW that has them (kmeaw 3.55 does)

Usage:

  1. Install package
  2. Run PSIDPatch
  3. Press Cross to patch PSID with a random number, or Square to patch ConsoleID.
  4. Or.. if you want to use your own:
  5. Create a text file called psid.txt/consoleid.txt on root of your USB
  6. Put 32 hex characters inside (e.g. 1234567890ABCDEFFEDCBA0987654321) or 64 for ConsoleID
  7. Open PSIDPatch, choose your USB using Up/Down arrows and press R1 to patch.


Technical Stuff:
PSID starts at 0x800000000044A18C in 3.41, 0x800000000045218C in 3.55. It is 16 bytes long. Two identicle Console ID's exist in memory: one which is 32 bytes at 0x80000000003C2EF0 and another which is 16 bytes at 0x8000000000452174. PSN seems to use the second one, but PSIDPatch patches both.

AFAIK console id spoofing doesn't work, Sony might operate on a whitelist basis... If somebody can message me their console id, I'd be happy to try it out on mine to see if it could be something else.

Thanks:
Mathieulh/RichDevX - Bragging about PSID stuff on twitter, if it was a private convo I never would of started this.
user - Fixing CFWLoad code so no SCE confidential stuff is included, thanks man.
djekl - Random PSID idea, can't believe I didn't think of that...


Source: You must login or register to view this content.
(adsbygoogle = window.adsbygoogle || []).push({});

The following 15 users say thank you to MCPADDINGTON for this useful post:

4th survivor, Asmel, casperdgk, Hells, j0ker666, jeffers07, Kherod, krazyfoolof2010, Sterg, player82, pop33, ProxiesAreFtw, stronghead, tsuma
02-26-2011, 02:17 PM #29
debaas
Do a barrel roll!
oke i have tested it out also but when you try to sign in you will get

8002A224 error if you restart your ps3 you psid and consoleid gonna be resettet to the normal one so we have to wait i think
02-26-2011, 02:30 PM #30
Originally posted by 4th
why don't you try it and find out?


my console itsnt banned i want to know if it works on a banned console.
02-26-2011, 02:51 PM #31
Originally posted by debaas View Post
oke i have tested it out also but when you try to sign in you will get

8002A224 error if you restart your ps3 you psid and consoleid gonna be resettet to the normal one so we have to wait i think


Yea the id's need to be legit for you to sign in
02-26-2011, 02:52 PM #32
Francyepaddy
Pokemon Trainer
to me by the same error ..8002A224
02-26-2011, 03:44 PM #33
j0ker666
Only God Can Judge Me
Originally posted by MCPADDINGTON View Post
You must login or register to view this content.


Today stoker25 has updated his security app to PSIDPatch version 1.5, which now supports changing the PS3 Console ID sent to PSN among the updates.

Download: You must login or register to view this content.


From the ReadMe file:


Features:

  • Shows you current PSID
  • Shows you current Console ID
  • Patch PSID from dev_usb/psid.txt
  • Patch PSID to random number
  • Patch Console ID from dev_usb/consoleid.txt
  • Patch ConsoleID (line 2) to random number
  • Choose USB to load from


This uses the peek and poke syscalls in order to patch your PSID. Please make sure your using a payload which uses them or a CFW that has them (kmeaw 3.55 does)

Usage:

  1. Install package
  2. Run PSIDPatch
  3. Press Cross to patch PSID with a random number, or Square to patch ConsoleID.
  4. Or.. if you want to use your own:
  5. Create a text file called psid.txt/consoleid.txt on root of your USB
  6. Put 32 hex characters inside (e.g. 1234567890ABCDEFFEDCBA0987654321) or 64 for ConsoleID
  7. Open PSIDPatch, choose your USB using Up/Down arrows and press R1 to patch.


Technical Stuff:
PSID starts at 0x800000000044A18C in 3.41, 0x800000000045218C in 3.55. It is 16 bytes long. Two identicle Console ID's exist in memory: one which is 32 bytes at 0x80000000003C2EF0 and another which is 16 bytes at 0x8000000000452174. PSN seems to use the second one, but PSIDPatch patches both.

AFAIK console id spoofing doesn't work, Sony might operate on a whitelist basis... If somebody can message me their console id, I'd be happy to try it out on mine to see if it could be something else.

Thanks:
Mathieulh/RichDevX - Bragging about PSID stuff on twitter, if it was a private convo I never would of started this.
user - Fixing CFWLoad code so no SCE confidential stuff is included, thanks man.
djekl - Random PSID idea, can't believe I didn't think of that...


Source: You must login or register to view this content.


Yo, thanks for this news, Im on KMEAW 3.55 now, if im getting banned with this homebrew I can unban my PS3 ?
02-26-2011, 04:18 PM #34
Originally posted by x View Post
Yo, thanks for this news, Im on KMEAW 3.55 now, if im getting banned with this homebrew I can unban my PS3 ?


Maybe, nobody knows yet lol
02-26-2011, 05:28 PM #35
to bad i dont have cfw anymore
02-26-2011, 05:38 PM #36
please, make a video tutorial
02-26-2011, 05:45 PM #37
Niall-Griffiths
Vault dweller
can somewon add me on msn and help me out with this please [email][email protected][/email]

Copyright © 2026, NextGenUpdate.
All Rights Reserved.

Gray NextGenUpdate Logo