PRX File Format: Difference between revisions

From PSP Developer wiki
Jump to navigation Jump to search
(Created page with "Structure of the PRX Goes as follows = PRX File Format Structure = {| class="wikitable sortable" |- ! Offset !! Size !! Description !! Notes |- | 0 || 4 || Magic || ~PSP |-...")
 
Line 7: Line 7:
! Offset !! Size !! Description !! Notes
! Offset !! Size !! Description !! Notes
|-
|-
| 0 || 4 || Magic || ~PSP
| 0x0 || 4 || Magic || ~PSP
|-
|-
| 6 || 2 || Compression Type || 0x300-Plain, 0x200-KL4E, 0x100-2RLZ, 0x000-GZIP
| 0x6 || 2 || Compression Type || 0x300-Plain, 0x200-KL4E, 0x100-2RLZ, 0x000-GZIP
|-
| 0xD0 || 4 || Key Tag Type || Little endian u32
|-
|-
|}
|}

Revision as of 10:42, 26 May 2020

Structure of the PRX Goes as follows

PRX File Format Structure

Offset Size Description Notes
0x0 4 Magic ~PSP
0x6 2 Compression Type 0x300-Plain, 0x200-KL4E, 0x100-2RLZ, 0x000-GZIP
0xD0 4 Key Tag Type Little endian u32