Editing Virtual TRM Manager

Jump to navigation Jump to search
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

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:
== 0x2000 - Virtual TRM Manager  ==
== 0x2000 - Virtual TRM Manager  ==


Virtual TRM Manager service is accessed by GameOS '''syscall 862'''
  note: inside ss_server1.fself
  note: inside ss_server1.fself


Line 8: Line 7:
! Packet ID  
! Packet ID  
! Description
! Description
! Lv1 Parameter Usage
! Lv2Syscall Parameter
! Lv2Syscall Parameter
! notes
! notes
Line 14: Line 12:
| 0x2001  
| 0x2001  
| Init
| Init
| 0,0,0,0
|
|
| 0,0,0,0
| (can be used for RSOD fix)
|-
|-
| 0x2002  
| 0x2002  
| Status
| Status
|
| , , ,0
| int*,int*,int*,0
|
|
|-
|-
| 0x2003  
| 0x2003  
| Store with TRM Update
| Store with TRM Update
| data[0x40],0,0,0
|
|
| data[0x40],0,0,0
| ( nth = 0 )
|-
|-
| 0x2004  
| 0x2004  
| Store
| Store
|
| data[size],size,0,0
| data[0x40],int nth,0,0
|
|
|-
|-
| 0x2005  
| 0x2005  
| Retrieve
| Retrieve
|
| data[size],size,0,0
| data[0x40],int nth,0,0
|
|
|-
|-
| 0x2006  
| 0x2006  
| Free
| Free
|
| ,0,0,0
| int nth,0,0,0
|
|
|-
|-
| 0x2007
| 0x2007
| not implemented
| not implemented
|
|
|
|
|
Line 56: Line 47:
| 0x2008
| 0x2008
| not implemented
| not implemented
|
|
|
|
|
Line 62: Line 52:
| 0x2009
| 0x2009
| not implemented
| not implemented
|
|
|
|
|
Line 68: Line 57:
| 0x200A  
| 0x200A  
| Encrypt
| Encrypt
|
| , , ,0
| , , ,0
|
|
Line 74: Line 62:
| 0x200B  
| 0x200B  
| Decrypt
| Decrypt
|
| , , ,0
| , , ,0
|
|
Line 80: Line 67:
| 0x200C  
| 0x200C  
| Encrypt With Portability
| Encrypt With Portability
|
| , , ,0
| , , ,0
|
|
Line 86: Line 72:
| 0x200D  
| 0x200D  
| Decrypt With Portability
| Decrypt With Portability
|
| , , ,0
| , , ,0
|
|
Line 92: Line 77:
| 0x200E  
| 0x200E  
| Decrypt Master
| Decrypt Master
|
| key[0x10],data[0x40] ,0,0
| key[0x10],data[0x40] ,0,0
|
|
Line 98: Line 82:
| 0x200F
| 0x200F
| not implemented
| not implemented
|
| 0,0,0,0
| 0,0,0,0
|
|
Line 104: Line 87:
| 0x2010
| 0x2010
| not implemented
| not implemented
|
| , , ,
| , , ,
|
|
Line 110: Line 92:
| 0x2011
| 0x2011
| not implemented
| not implemented
|
| , , ,  
| , , ,  
|
|
Line 116: Line 97:
| 0x2012  
| 0x2012  
| Backup Flash
| Backup Flash
|
| , , ,  
| pos,size (<=0x8000),buffer[size],uint64_t* nread
| Requires Product Mode EEPROM-Flag set
| Requires Product Mode EEPROM-Flag set
|-
|-
| 0x2013  
| 0x2013  
| Restore Flash
| Restore Flash
|
| , , ,  
| pos,size (<=0x8000),buffer[size],uint64_t* nread
| Requires Product Mode EEPROM-Flag set
| Requires Product Mode EEPROM-Flag set
|-
|-
| 0x2014  
| 0x2014  
| Backup SRK SRH
| Backup SRK SRH
|
| 0x80,uint8[0x80] ,0,0
| 0x80,uint8[0x80] ,0,0
| Requires Product Mode EEPROM-Flag set
| Requires Product Mode EEPROM-Flag set
Line 134: Line 112:
| 0x2015  
| 0x2015  
| Restore SRK SRH
| Restore SRK SRH
|
| , ,0,0
| 0x80,uin8[0x80],0,0
| Requires Product Mode EEPROM-Flag set
| Requires Product Mode EEPROM-Flag set
|-
|-
| 0x2016  
| 0x2016  
| Flash Address Size
| Flash Address Size
|
| , ,0,0
| uint64_t* ,uint64_t* ,0,0
| Requires Product Mode EEPROM-Flag set
| Requires Product Mode EEPROM-Flag set
|-
|-
| 0x2017  
| 0x2017  
| Force Restart
| Force Restart
|
| 0,0,0,0
| 0,0,0,0
| Requires Product Mode EEPROM-Flag set
| Requires Product Mode EEPROM-Flag set
Line 155: Line 130:
*This service is e.g. used in Process 6 by '''USB Dongle Authenticator''' to decrypt '''USB Dongle Master Key'''  
*This service is e.g. used in Process 6 by '''USB Dongle Authenticator''' to decrypt '''USB Dongle Master Key'''  
*GameOS uses this service e.g. in syscall '''SYS_SS_AD_SIGN'''  
*GameOS uses this service e.g. in syscall '''SYS_SS_AD_SIGN'''  
*'''syscall 862''' uses Virtual TRM Manager services.
*Also used in '''VSH''' to decrypt '''PSN passphrase'''
*Also used in '''VSH''' to decrypt '''PSN passphrase'''




{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>
{{Reverse engineering}}<noinclude>[[Category:Main]]</noinclude>
Please note that all contributions to PS3 Developer wiki are considered to be released under the GNU Free Documentation License 1.2 (see PS3 Developer wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!

To protect the wiki against automated edit spam, we kindly ask you to solve the following hCaptcha:

Cancel Editing help (opens in new window)