Editing RIF
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: | ||
* Acronym for Rights Information File (Found in PSP SDK) | |||
* Tied to IDPS and act.dat of purchased game/dlc (see [[NPDRM_Selfs | NPDRM Selfs]] for more info) | |||
= Table of Contents for a RIF = | |||
{| class="wikitable sortable" | |||
|- | |||
! Offset !! Size !! Notes | |||
|- | |||
| 0x00 || 4 || License version (shared with act.dat) | |||
|- | |||
| 0x04 || 4 || File version? (last byte is DRM_Type) | |||
|- | |||
| 0x08 || 8 || Account ID (in little endian) | |||
|- | |||
| 0x10 || 0x30 || Content ID | |||
|- | |||
| 0x40 || 0x10 || Encrypted act.dat key index | |||
|- | |||
| 0x50 || 0x10 || Hash generated from license key | |||
|- | |||
| 0x60 || 8 || License start time | |||
|- | |||
| 0x68 || 8 || License expiration time | |||
|- | |||
| 0x70 || 0x28 || ECDSA Signature | |||
|- | |||
|} | |||
{{File Formats}}<noinclude>[[Category:Main]]</noinclude> | {{File Formats}}<noinclude>[[Category:Main]]</noinclude> |