Program Type: Difference between revisions

From PS4 Developer wiki
Jump to navigation Jump to search
(Created page with "{| class="wikitable sortable" ! Value !! Name !! Device !! Files !! Remarks |- | 0 || PUP || PS4 || ?in PUP? || Not sure if it even exists. |- | 8 || NPDRM / NPDRM Application...")
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 2: Line 2:
! Value !! Name !! Device !! Files !! Remarks
! Value !! Name !! Device !! Files !! Remarks
|-
|-
| 0 || PUP || PS4 || ?in PUP? || Not sure if it even exists.
| 0 || PUP || PS4 || PS4UPDATEx.PUP (decrypted) where x is a non-null unsigned integer || Comes from packed and encrypted ¨PUP
|-
|-
| 8 || NPDRM / NPDRM Application || PS4 || NPDRM SELF/fSELF (eboot.bin, .self) ||
| 8 || NPDRM / NPDRM Application || PS4 || NPDRM SELF/fSELF (eboot.bin, .self) ||
Line 8: Line 8:
| 9 || PLUGIN || PS4 || .sprx, .sdll, .sexe ||
| 9 || PLUGIN || PS4 || .sprx, .sdll, .sexe ||
|-
|-
| 0xC || SK / Secure Kernel || PS4 || ||
| 0xC || KERNEL / Kernel || PS4 || ||
|-
|-
| 0xE || SM / Security Module || PS4 || ||
| 0xE || SM / Security Module || PS4 || ||
|-
|-
| 0xF || SL / Second Loader || PS4 || ||
| 0xF || SECURE / Secure Kernel || PS4 || ||
|}
|}


* It can increase by 0x10 increments for each new revision???
* It can increase by 0x10 increments for each new revision???
See also [https://www.psdevwiki.com/ps3/Program_Type PS3/PS Vita Program Type wiki page].
{{File Formats}}
<noinclude>[[Category:Main]]</noinclude>

Latest revision as of 06:18, 19 February 2022

Value Name Device Files Remarks
0 PUP PS4 PS4UPDATEx.PUP (decrypted) where x is a non-null unsigned integer Comes from packed and encrypted ¨PUP
8 NPDRM / NPDRM Application PS4 NPDRM SELF/fSELF (eboot.bin, .self)
9 PLUGIN PS4 .sprx, .sdll, .sexe
0xC KERNEL / Kernel PS4
0xE SM / Security Module PS4
0xF SECURE / Secure Kernel PS4
  • It can increase by 0x10 increments for each new revision???

See also PS3/PS Vita Program Type wiki page.