NPDRM: Difference between revisions
Jump to navigation
Jump to search
m (cosmetic) |
m (wikify from talk page info) |
||
Line 1: | Line 1: | ||
[[Category:Software]]{{Wikify}} | [[Category:Software]]{{Wikify}} | ||
'''Info on the talk page''' | '''Info on the talk page''' | ||
'''The info on this page is an extract of conversations and forum posts, please digest the info and move it this page''' | '''The info on this page is an extract of conversations and forum posts, please digest the info and move it this page''' | ||
Once the vsh detects that user is trying to start a [[SELF File Format and Decryption|SELF]], it looks for the [[SELF_File_Format_and_Decryption#App_Info|appinfo header type]]. If the [[SELF_Types|type is 8]], then the control digest element type 3 (NPD element) is located. From this NPD header the vsh gets the [[License Types]] (free, local or network license). | |||
If a free content(type 3) is detected then a generic klicense will be use for further steps (go to LV2). | |||
However if a paid content is to be loaded the vsh loads the act.dat and the rif associated to the content (if local it will locate a file with the same titleid on NPD element, if remote it will download to vsh process memory) | |||
==act.dat header(encrypted) structure== | |||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
Line 30: | Line 36: | ||
==rif header(encrypted) structure== | |||
{| class="wikitable sortable" | {| class="wikitable sortable" |
Revision as of 14:47, 25 September 2013
This article is marked for rewrite/restructuring in proper wiki format. You can help PS3 Developer wiki by editing it. |
Info on the talk page The info on this page is an extract of conversations and forum posts, please digest the info and move it this page
Once the vsh detects that user is trying to start a SELF, it looks for the appinfo header type. If the type is 8, then the control digest element type 3 (NPD element) is located. From this NPD header the vsh gets the License Types (free, local or network license).
If a free content(type 3) is detected then a generic klicense will be use for further steps (go to LV2). However if a paid content is to be loaded the vsh loads the act.dat and the rif associated to the content (if local it will locate a file with the same titleid on NPD element, if remote it will download to vsh process memory)
act.dat header(encrypted) structure
Name | Offset | Size | Example | Remark |
Version Number | 0x0 | 0x4 | 00000001 | |
License Type | 0x4 | 0x4 | 00000001 | |
User Number | 0x8 | 0x8 | N.A | |
KeyTable Retail | 0x10 | 0x800 | N.A | |
KeyTable Debug? | 0x810 | 0x800 | N.A | |
Signature | 0x1010 | 0x28 | N.A |
rif header(encrypted) structure
Name | Offset | Size | Example | Remark |
Version Number | 0x0 | 0x4 | 00 00 00 01 | |
License Type | 0x4 | 0x4 | 00 01 00 02 | |
User Number | 0x8 | 0x8 | 00 00 00 00 00 00 00 02 | Used on Rap2Rif header |
CONTENT ID | 0x10 | 0x30 | N.A | Content ID |
Random Padding | 0x40 | 0xC | N.A | |
act.dat index key | 0x4C | 0x4 | N.A | |
encrypted klic | 0x50 | 0x10 | N.A | |
bought on/ start | 0x60 | 0x8 | 00 00 01 2F 41 5C 00 00 | For human readable, convert to decimal and use one Epoch-Unix converter time format online. |
expires in | 0x68 | 0x8 | 00 00 00 00 00 00 00 00 | If zeroed,-, there is no time limit. Used on PS+ for example. |
Signature | 0x70 | 0x28 | 11 | Patched on some cfw. See Rif_Junk on Rap2Rif by Flatz |