-
Notifications
You must be signed in to change notification settings - Fork 1
Pod 5 Format Reference
Jon Daniel edited this page Nov 6, 2024
·
16 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 : pod3::header
{
/* 0x0120 */ u32<1> next_archive;
};
struct extra_header : struct header
{
/* 0x0124 */ u32<1> pad124;
}
using entry = pod4::entry;
All information here is to my best knowledge, is is not proven by any official reference manual by Microsoft or Terminal Reality.