PSIDPatch 1.0 – PS3 ID Patcher - 改機

By Jacky
at 2010-11-17T07:47
at 2010-11-17T07:47
Table of Contents
stoker25 大大放出了個叫 PS3 ID patcher 的工具,
PSID 是類似 PS3 身分證的東西,
在 3.41 的韌體這個資訊是被放在記憶體中 0x800000000044A18C 的位置共有 16bytes,
這個 PSID 在 PSN 連線時會用來識別主機,
這個程式會修改記憶體中的 PSID 讓你能夠欺騙 PSN,
使得被 ban 的主機有機會能夠重新復活,
當然不排除 sony 有其他檢測或是防堵的手段如 MAC address 等等,
這個程式只是修改記憶體中的資訊並不會永久的修改 PSID,
另外據傳 sony 將在 11/19 更新伺服器,
不知道是不是為了防堵 JB 的主機上 PSN 而做的更新就不知道了
Update:
有人試過拿被 ban 的主機搭配隨機產生的 PSID,
還是無法連上 PSN,
所以可能 PSID 有類似 checksum/白名單的機制,
也可能搭配其他的檢驗機制
目前程式功能:
顯示你的 PSID
從 /dev_usb/psid.txt 讀取 PSID 並進行修正
選擇 USB 裝置
ToDo:
將現有的 PSID 備份到 /dev_usb/orig_psid.txt
使用:
在隨身碟的根目錄建立一個 psid.txt 的檔案
裡面包含 32 個 16 進位的字元
如 1234567890ABCDEFFEDCBA0987654321
安裝並執行 PS3 ID Patcher
透過上下鍵選擇隨身碟
並按下 x 進行修正
===================
原文連結: http://www.ps3hax.net/2010/11/release-psidpatch-1-0-ps3-id-patcher/
下載連結: http://www.ps3hax.net/downloads.php?do=file&id=527
stoker25 a developer from PSX Scene, has released another app, this one lets
you view and patch your PS3's unique ID, here is a quote from the source:
Saw Mathiuelh talking about swapping PSIDs on his twitter, as soon as I
saw him talking about extracting one from an LV2 dump I knew it would be
possible to patch
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 should let you fool PSN. Best way to try
this is for somebody with a banned PS3 to try changing it and going online.
Made and tested on a 3.41 PS3… 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
Patch PSID from dev_usb/psid.txt
Choose USB to load from
(should add) save PSID to dev_usb/orig_psid.txt
This uses the peek and poke syscalls in order to patch your PSID. Please
make sure your using a payload which uses them (PL3 dev for example)
Usage
Create a text file called psid.txt on root of your USB
Put 32 hex characters inside (e.g. 1234567890ABCDEFFEDCBA0987654321)
Install package
Run PSIDPatch
Select USB with Up/Down
Press X to patch.
Technical Stuff
PSID starts at 0x800000000044A18C in memory (3.41), it is 16 bytes long.
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
--
PSID 是類似 PS3 身分證的東西,
在 3.41 的韌體這個資訊是被放在記憶體中 0x800000000044A18C 的位置共有 16bytes,
這個 PSID 在 PSN 連線時會用來識別主機,
這個程式會修改記憶體中的 PSID 讓你能夠欺騙 PSN,
使得被 ban 的主機有機會能夠重新復活,
當然不排除 sony 有其他檢測或是防堵的手段如 MAC address 等等,
這個程式只是修改記憶體中的資訊並不會永久的修改 PSID,
另外據傳 sony 將在 11/19 更新伺服器,
不知道是不是為了防堵 JB 的主機上 PSN 而做的更新就不知道了
Update:
有人試過拿被 ban 的主機搭配隨機產生的 PSID,
還是無法連上 PSN,
所以可能 PSID 有類似 checksum/白名單的機制,
也可能搭配其他的檢驗機制
目前程式功能:
顯示你的 PSID
從 /dev_usb/psid.txt 讀取 PSID 並進行修正
選擇 USB 裝置
ToDo:
將現有的 PSID 備份到 /dev_usb/orig_psid.txt
使用:
在隨身碟的根目錄建立一個 psid.txt 的檔案
裡面包含 32 個 16 進位的字元
如 1234567890ABCDEFFEDCBA0987654321
安裝並執行 PS3 ID Patcher
透過上下鍵選擇隨身碟
並按下 x 進行修正
===================
原文連結: http://www.ps3hax.net/2010/11/release-psidpatch-1-0-ps3-id-patcher/
下載連結: http://www.ps3hax.net/downloads.php?do=file&id=527
stoker25 a developer from PSX Scene, has released another app, this one lets
you view and patch your PS3's unique ID, here is a quote from the source:
Saw Mathiuelh talking about swapping PSIDs on his twitter, as soon as I
saw him talking about extracting one from an LV2 dump I knew it would be
possible to patch
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 should let you fool PSN. Best way to try
this is for somebody with a banned PS3 to try changing it and going online.
Made and tested on a 3.41 PS3… 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
Patch PSID from dev_usb/psid.txt
Choose USB to load from
(should add) save PSID to dev_usb/orig_psid.txt
This uses the peek and poke syscalls in order to patch your PSID. Please
make sure your using a payload which uses them (PL3 dev for example)
Usage
Create a text file called psid.txt on root of your USB
Put 32 hex characters inside (e.g. 1234567890ABCDEFFEDCBA0987654321)
Install package
Run PSIDPatch
Select USB with Up/Down
Press X to patch.
Technical Stuff
PSID starts at 0x800000000044A18C in memory (3.41), it is 16 bytes long.
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
--
Tags:
改機
All Comments

By Edwina
at 2010-11-22T06:25
at 2010-11-22T06:25

By Bethany
at 2010-11-22T21:24
at 2010-11-22T21:24

By Frederica
at 2010-11-23T18:27
at 2010-11-23T18:27

By Elma
at 2010-11-26T17:19
at 2010-11-26T17:19

By Elvira
at 2010-11-30T19:55
at 2010-11-30T19:55

By Hazel
at 2010-12-03T22:00
at 2010-12-03T22:00

By Barb Cronin
at 2010-12-06T22:03
at 2010-12-06T22:03

By David
at 2010-12-07T04:54
at 2010-12-07T04:54

By Candice
at 2010-12-07T22:23
at 2010-12-07T22:23

By Jake
at 2010-12-09T21:27
at 2010-12-09T21:27

By Hedwig
at 2010-12-14T01:24
at 2010-12-14T01:24

By Gary
at 2010-12-16T14:47
at 2010-12-16T14:47

By Damian
at 2010-12-20T09:03
at 2010-12-20T09:03

By Necoo
at 2010-12-25T02:13
at 2010-12-25T02:13

By George
at 2010-12-28T14:46
at 2010-12-28T14:46

By Irma
at 2011-01-01T05:46
at 2011-01-01T05:46

By Leila
at 2011-01-03T16:56
at 2011-01-03T16:56

By Annie
at 2011-01-06T11:36
at 2011-01-06T11:36

By Faithe
at 2011-01-09T03:39
at 2011-01-09T03:39

By Zanna
at 2011-01-13T03:45
at 2011-01-13T03:45

By Bennie
at 2011-01-14T11:36
at 2011-01-14T11:36

By Michael
at 2011-01-17T10:26
at 2011-01-17T10:26

By Noah
at 2011-01-17T16:34
at 2011-01-17T16:34

By Michael
at 2011-01-19T21:47
at 2011-01-19T21:47

By Noah
at 2011-01-20T07:01
at 2011-01-20T07:01

By Christine
at 2011-01-23T05:33
at 2011-01-23T05:33

By Ethan
at 2011-01-26T15:52
at 2011-01-26T15:52

By Erin
at 2011-01-29T16:29
at 2011-01-29T16:29

By Michael
at 2011-01-30T12:40
at 2011-01-30T12:40
Related Posts
XENOBLADE異域神劍不能玩!!

By Daniel
at 2010-11-17T04:05
at 2010-11-17T04:05
PSPoke 1.0

By Kelly
at 2010-11-17T00:26
at 2010-11-17T00:26
請問以下這些遊戲哪一個版本都可以玩到

By Valerie
at 2010-11-16T23:40
at 2010-11-16T23:40
waiting for your slow usb device?

By Carol
at 2010-11-16T21:49
at 2010-11-16T21:49
4.1J新超馬黑屏

By Eartha
at 2010-11-16T20:56
at 2010-11-16T20:56