From 59ab7387312d78c71dd0b10554d5ad11f02a0d9b Mon Sep 17 00:00:00 2001 From: georgemoralis Date: Fri, 24 Feb 2023 16:21:07 +0200 Subject: [PATCH] File table is big endian format --- PKG-Information.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKG-Information.md b/PKG-Information.md index d7909ce..ce9ed3f 100644 --- a/PKG-Information.md +++ b/PKG-Information.md @@ -76,7 +76,7 @@ First 4.096 bytes (0x1000) are the PKG Header. PKG header appears to be in Big E # 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 | -------------- | -----|----- |----- |------------|