Skip to content

Pod 4 Format Reference

Jon Daniel edited this page Nov 6, 2024 · 12 revisions

EPD POD1 POD2 POD3 POD4 POD5 POD6 Terminal Reality Home

using header = struct pod3::header;
using extra_header = struct pod3::extra_header;

struct entry
{
        u32<1> path_offset; /* (entry_offset + entry_count * sizeof(entry)) based */
        u32<1> size;
        u32<1> offset;
        u32<1> uncompressed_size;
        u32<1> compression_level;
        t32<1> timestamp;
        u32<1> checksum;
};