-
Notifications
You must be signed in to change notification settings - Fork 1
Pod 1 Format Reference
Jon Daniel edited this page Nov 6, 2024
·
12 revisions
EPD POD1 POD2 POD3 POD4 POD5 POD6 Terminal Reality Home
- Checksum Algorithm
- Compression Algorithm
- Dependency Records
- Audit Trail
- String Helpers
- Version History
- Related Software
struct header
{
u32<1> entry_count;
c8<80> comment;
};
struct entry
{
c8<32> name;
u32<1> size;
u32<1> offset;
};
All information here is to my best knowledge, is is not proven by any official reference manual by Microsoft or Terminal Reality.