Program Type: Difference between revisions

From PS3 Developer wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
Line 4: Line 4:
! Value !! Type !! Remarks
! Value !! Type !! Remarks
|-
|-
| 1 || LV0 / level 0 ||  
| 1 || LV0 / level 0 || load by ???, auth by lv0ldr
|-
|-
| 2 || LV1 / level 1 ||  
| 2 || LV1 / level 1 || load by lv0, auth by lv1ldr
|-
|-
| 3 || LV2 / level 2 ||  
| 3 || LV2 / level 2 || load by lv1, auth by lv2ldr
|-
|-
| 4 || APP / Application ||  
| 4 || APP / Application || load by lv1, auth by appldr
|-
|-
| 5 || ISO / Isolated SPU Module ||  
| 5 || ISO / Isolated SPU Module || load by lv1, auth by isoldr
|-
|-
| 6 || LDR / Secure Loader ||  
| 6 || LDR / Secure Loader || load by lv0(for lv1ldr)/lv1(for appldr,isoldr,lv2ldr), auth by metldr
|-
|-
| 7 || UNK7 / Format looks like a regular Application || handled by appldr
| 7 || UNK7 / Format looks like a regular Application || load by lv1, auth by appldr
|-
|-
| 8 || NPDRM / NPDRM Application ||  
| 8 || NPDRM / NPDRM Application || load by lv1, auth by appldr
|}
|}




{{File Formats}}<noinclude>[[Category:Main]]</noinclude>
{{File Formats}}<noinclude>[[Category:Main]]</noinclude>

Revision as of 15:19, 18 July 2018

Located in PS3 SELF header, at offset 0x7C.

Value Type Remarks
1 LV0 / level 0 load by ???, auth by lv0ldr
2 LV1 / level 1 load by lv0, auth by lv1ldr
3 LV2 / level 2 load by lv1, auth by lv2ldr
4 APP / Application load by lv1, auth by appldr
5 ISO / Isolated SPU Module load by lv1, auth by isoldr
6 LDR / Secure Loader load by lv0(for lv1ldr)/lv1(for appldr,isoldr,lv2ldr), auth by metldr
7 UNK7 / Format looks like a regular Application load by lv1, auth by appldr
8 NPDRM / NPDRM Application load by lv1, auth by appldr