mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 12:34:37 +00:00
Updated PKG Information (markdown)
parent
1ccff85a12
commit
c1f8b7aba6
@ -1,2 +1,24 @@
|
|||||||
Some findings for PS4 PKG's and information i gathered around.
|
Some findings for PS4 PKG's and information i gathered around.
|
||||||
|
|
||||||
|
# PKG General Info
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
A PS4 PKG looks like this:
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
First 4.096 bytes (0x1000) are the PKG Header. PKG header appears to be in Big Endian (like it was in ps3) although PS4 generally is a Small Endian machine.
|
||||||
|
|
||||||
|
***
|
||||||
|
|
||||||
|
# PKG Header
|
||||||
|
|
||||||
|
| Field | Type | Size | Offset | Description
|
||||||
|
| ----------- | -----|----- |------- |------------
|
||||||
|
| magic | U32 | 4 | 0x000 | Should be 0x7F434E54 to be PS4 valid
|
||||||
|
| 0x8| Text |
|
||||||
|
| file_count| Text |
|
||||||
|
| file_count| Text |
|
||||||
|
| file_count| Text |
|
||||||
|
| file_count| Text |
|
Loading…
Reference in New Issue
Block a user