Editing Virtual TRM Manager
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: | ||
== 0x2000 - Virtual TRM Manager == | == 0x2000 - Virtual TRM Manager == | ||
note: inside ss_server1.fself | note: inside ss_server1.fself | ||
Line 16: | Line 15: | ||
| | | | ||
| 0,0,0,0 | | 0,0,0,0 | ||
| | | | ||
|- | |- | ||
| 0x2002 | | 0x2002 | ||
Line 28: | Line 27: | ||
| | | | ||
| data[0x40],0,0,0 | | data[0x40],0,0,0 | ||
| | | | ||
|- | |- | ||
| 0x2004 | | 0x2004 | ||
| Store | | Store | ||
| | | | ||
| data[ | | data[size],size,0,0 | ||
| | | | ||
|- | |- | ||
Line 39: | Line 38: | ||
| Retrieve | | Retrieve | ||
| | | | ||
| data[ | | data[size],size,0,0 | ||
| | | | ||
|- | |- | ||
Line 45: | Line 44: | ||
| Free | | Free | ||
| | | | ||
| | | ,0,0,0 | ||
| | | | ||
|- | |- | ||
Line 117: | Line 116: | ||
| Backup Flash | | Backup Flash | ||
| | | | ||
| pos,size | | pos?,size,buffer[size],uint64_t* | ||
| Requires Product Mode EEPROM-Flag set | | Requires Product Mode EEPROM-Flag set | ||
|- | |- | ||
Line 123: | Line 122: | ||
| Restore Flash | | Restore Flash | ||
| | | | ||
| pos,size | | pos?,size,buffer[size],uint64_t* | ||
| Requires Product Mode EEPROM-Flag set | | Requires Product Mode EEPROM-Flag set | ||
|- | |- | ||
Line 155: | Line 154: | ||
*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> |