-
Notifications
You must be signed in to change notification settings - Fork 0
Pod 4 Format Reference
Jon Daniel edited this page Sep 21, 2024
·
12 revisions
EPD POD1 POD2 POD3 POD4 POD5 POD6
namespace tr::pod4
{
using header = struct tr::pod3::header;
struct entry
{
u32<1> path_offset; /* (entry_offset + entry_count * sizeof(entry)) based */
u32<1> compressed_size;
u32<1> offset;
u32<1> uncompressed_size;
u32<1> compression_level;
t32<1> timestamp;
u32<1> checksum;
};
};All information here is to my best knowledge, is is not proven by any official reference manual by Microsoft or Terminal Reality.