Trophy00.ucp

From PS5 Developer wiki
Revision as of 09:55, 21 February 2021 by SilicaAndPina (talk | contribs) (Many thanks to Unity3D ;))
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


Data Structure

offset type description
0x00 Magic Number
0x04 version
0x13 Number of Files
0x17 Location of Table of Contents
0x20 HMAC?

Table of Contents

here i assume the TOC is at 0x40, because that's where it is in my sample of trophy00.ucp but technically it can be anywhere,

offset type description
0x40 Reserved? (only on first entry)
0x50 Reserved2
0x60 File Name
0x80 File Location (Absolute)
0x88 File Size
0x90 Reserved3