mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
File table is big endian format
parent
909e696366
commit
59ab738731
@ -76,7 +76,7 @@ First 4.096 bytes (0x1000) are the PKG Header. PKG header appears to be in Big E
|
|||||||
|
|
||||||
# PKG File Table
|
# PKG File Table
|
||||||
|
|
||||||
The file table is a list of file entries. File entries start from **pkg_table_entry_offset** field of pkg header and it's increasing by 0x20 for each file entry . **pkg_table_entry_count** field of pkg header indicates the number of file entries.
|
The file table is a list of file entries. File entries start from **pkg_table_entry_offset** field of pkg header and it's increasing by 0x20 for each file entry . **pkg_table_entry_count** field of pkg header indicates the number of file entries. File Table values are **also Big Endian**
|
||||||
|
|
||||||
| Field | Type | Size | Offset | Description
|
| Field | Type | Size | Offset | Description
|
||||||
| -------------- | -----|----- |----- |------------|
|
| -------------- | -----|----- |----- |------------|
|
||||||
|
Loading…
Reference in New Issue
Block a user